Color Hex Logo

#c4caee Color Hex

#C4CAEE
(196,202,238)
0 Favorites   0 Comments

Color spaces of #c4caee

RGB 196202238
HSL0.640.550.85
HSV231°18°93°
CMYK 0.180.150.00   0.07
XYZ59.318160.149989.3726
Yxy60.14990.28400.2880
Hunter Lab77.55640.8000-14.0338
CIE-Lab81.91965.2197-18.4330

#c4caee color RGB value is (196,202,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 11101110
Octal 304 312 356
Decimal 196 202 238
Hex C4 CA EE

RGB Percentages of Color #c4caee

%30.82
%31.76
%37.42

CMYK Percentages of Color #c4caee

%18
%15
%0
%7

Triadic Colors of #c4caee

#c4caee #eec4ca #caeec4

Analogous Colors of #c4caee

#c4caee #d3c4ee #c4dfee

Monochromatic Colors of #c4caee

#c4caee

Complementary Color

#c4caee #eee8c4

#c4caee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4caee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4caee Color CSS Codes

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

#c4caee Text Font Color

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

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


#c4caee Background Color

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

This div background color is #c4caee


#c4caee Border Color

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

This div border color is #c4caee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4caee


Comments

No comments written yet.

Please login to write comment.