Color Hex Logo

#caeac2 Color Hex

#CAEAC2
(202,234,194)
0 Favorites   0 Comments

Color spaces of #caeac2

RGB 202234194
HSL0.300.490.84
HSV108°17°92°
CMYK 0.140.000.17   0.08
XYZ63.517575.297262.2250
Yxy75.29720.31590.3745
Hunter Lab86.7740-21.194618.2253
CIE-Lab89.5320-17.738315.9810

#caeac2 color RGB value is (202,234,194).

#caeac2 hex color red value is 202, green value is 234 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #caeac2 hue: 0.30 , saturation: 0.49 and the lightness value of caeac2 is 0.84.

The process color (four color CMYK) of #caeac2 color hex is 0.14, 0.00, 0.17, 0.08. Web safe color of #caeac2 is #ccffcc. Color #caeac2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101010 11000010
Octal 312 352 302
Decimal 202 234 194
Hex CA EA C2

RGB Percentages of Color #caeac2

%32.06
%37.14
%30.79

CMYK Percentages of Color #caeac2

%14
%0
%17
%8

Triadic Colors of #caeac2

#caeac2 #c2caea #eac2ca

Analogous Colors of #caeac2

#caeac2 #c2eace #deeac2

Monochromatic Colors of #caeac2

#caeac2

Complementary Color

#caeac2 #e2c2ea

#caeac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeac2 Color CSS Codes

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

#caeac2 Text Font Color

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

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


#caeac2 Background Color

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

This div background color is #caeac2


#caeac2 Border Color

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

This div border color is #caeac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeac2


Comments

No comments written yet.

Please login to write comment.