Color Hex Logo

#caeec2 Color Hex

#CAEEC2
(202,238,194)
0 Favorites   0 Comments

Color spaces of #caeec2

RGB 202238194
HSL0.300.560.85
HSV109°18°93°
CMYK 0.150.000.18   0.07
XYZ64.669377.600762.6089
Yxy77.60070.31560.3788
Hunter Lab88.0913-23.119819.5248
CIE-Lab90.5974-19.703817.4772

#caeec2 color RGB value is (202,238,194).

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

The process color (four color CMYK) of #caeec2 color hex is 0.15, 0.00, 0.18, 0.07. Web safe color of #caeec2 is #ccffcc. Color #caeec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11000010
Octal 312 356 302
Decimal 202 238 194
Hex CA EE C2

RGB Percentages of Color #caeec2

%31.86
%37.54
%30.60

CMYK Percentages of Color #caeec2

%15
%0
%18
%7

Triadic Colors of #caeec2

#caeec2 #c2caee #eec2ca

Analogous Colors of #caeec2

#caeec2 #c2eed0 #e0eec2

Monochromatic Colors of #caeec2

#caeec2

Complementary Color

#caeec2 #e6c2ee

#caeec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeec2 Color CSS Codes

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

#caeec2 Text Font Color

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

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


#caeec2 Background Color

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

This div background color is #caeec2


#caeec2 Border Color

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

This div border color is #caeec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeec2


Comments

No comments written yet.

Please login to write comment.