color codes Logo

#c8daf5 color codes

#C8DAF5
(200,218,245)
0 Favorites   0 Comments

Color spaces of #c8daf5

RGB 200218245
HSL0.600.690.87
HSV216°18°96°
CMYK 0.180.110.00   0.04
XYZ65.372369.014796.2619
Yxy69.01470.28340.2992
Hunter Lab83.0751-4.9186-10.5488
CIE-Lab86.5113-0.5038-15.2093

#c8daf5 color RGB value is (200,218,245).

#c8daf5 hex color red value is 200, green value is 218 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #c8daf5 hue: 0.60 , saturation: 0.69 and the lightness value of c8daf5 is 0.87.

The process color (four color CMYK) of #c8daf5 color code is 0.18, 0.11, 0.00, 0.04. Web safe color of #c8daf5 is #ccccff. Color #c8daf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11011010 11110101
Octal 310 332 365
Decimal 200 218 245
Hex C8 DA F5

RGB Percentages of Color #c8daf5

%30.17
%32.88
%36.95

CMYK Percentages of Color #c8daf5

%18
%11
%0
%4

Triadic Colors of #c8daf5

#c8daf5 #f5c8da #daf5c8

Analogous Colors of #c8daf5

#c8daf5 #cdc8f5 #c8f1f5

Monochromatic Colors of #c8daf5

#c8daf5

Complementary Color

#c8daf5 #f5e3c8

#c8daf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8daf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8daf5 Color CSS Codes

.mybgcolor {background-color:#c8daf5; } 
.myforecolor {color:#c8daf5; }
.mybordercolor {border:3px solid #c8daf5; }

#c8daf5 Text Font Color

<p style="color:#c8daf5">Text here</p>

This sample text font color is #c8daf5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c8daf5 Background Color

<div style="background-color:#c8daf5">
Div content here</div>

This div background color is #c8daf5


#c8daf5 Border Color

<div style="border:3px solid #c8daf5">
Div here</div>

This div border color is #c8daf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,218,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8daf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8daf5;
  -webkit-box-shadow: 1px 1px 3px 2px #c8daf5;
  box-shadow:         1px 1px 3px 2px #c8daf5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,218,245, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c8daf5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c8daf5;
  -webkit-box-shadow: 1px 1px 3px 2px #c8daf5;
  box-shadow:         1px 1px 3px 2px #c8daf5;">
Div content here</div>

This div box has shadow with color #c8daf5


Comments

No comments written yet.

Please login to write comment.