Color Hex Logo

#c4daed Color Hex

#C4DAED
(196,218,237)
0 Favorites   0 Comments

Color spaces of #c4daed

RGB 196218237
HSL0.580.530.85
HSV208°17°93°
CMYK 0.170.080.00   0.07
XYZ63.122467.993089.9178
Yxy67.99300.28560.3076
Hunter Lab82.4579-7.6576-6.9334
CIE-Lab86.0029-3.4350-11.7727

#c4daed color RGB value is (196,218,237).

#c4daed hex color red value is 196, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c4daed hue: 0.58 , saturation: 0.53 and the lightness value of c4daed is 0.85.

The process color (four color CMYK) of #c4daed color hex is 0.17, 0.08, 0.00, 0.07. Web safe color of #c4daed is #ccccff. Color #c4daed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11011010 11101101
Octal 304 332 355
Decimal 196 218 237
Hex C4 DA ED

RGB Percentages of Color #c4daed

%30.11
%33.49
%36.41

CMYK Percentages of Color #c4daed

%17
%8
%0
%7

Triadic Colors of #c4daed

#c4daed #edc4da #daedc4

Analogous Colors of #c4daed

#c4daed #c4c6ed #c4edec

Monochromatic Colors of #c4daed

#c4daed

Complementary Color

#c4daed #edd7c4

#c4daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4daed Color CSS Codes

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

#c4daed Text Font Color

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

This sample text font color is #c4daed
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.


#c4daed Background Color

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

This div background color is #c4daed


#c4daed Border Color

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

This div border color is #c4daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4daed


Comments

No comments written yet.

Please login to write comment.