Color Hex Logo

#c4caed Color Hex

#C4CAED
(196,202,237)
0 Favorites   0 Comments

Color spaces of #c4caed

RGB 196202237
HSL0.640.530.85
HSV231°17°93°
CMYK 0.170.150.00   0.07
XYZ59.171560.091288.6009
Yxy60.09120.28470.2891
Hunter Lab77.51850.5954-13.5034
CIE-Lab81.88775.0047-17.9474

#c4caed color RGB value is (196,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11101101
Octal 304 312 355
Decimal 196 202 237
Hex C4 CA ED

RGB Percentages of Color #c4caed

%30.87
%31.81
%37.32

CMYK Percentages of Color #c4caed

%17
%15
%0
%7

Triadic Colors of #c4caed

#c4caed #edc4ca #caedc4

Analogous Colors of #c4caed

#c4caed #d3c4ed #c4dfed

Monochromatic Colors of #c4caed

#c4caed

Complementary Color

#c4caed #ede7c4

#c4caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4caed Color CSS Codes

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

#c4caed Text Font Color

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

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


#c4caed Background Color

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

This div background color is #c4caed


#c4caed Border Color

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

This div border color is #c4caed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,202,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 #c4caed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4caed


Comments

No comments written yet.

Please login to write comment.