Color Hex Logo

#caeeca Color Hex

#CAEECA
(202,238,202)
0 Favorites   0 Comments

Color spaces of #caeeca

RGB 202238202
HSL0.330.510.86
HSV120°15°93°
CMYK 0.150.000.15   0.07
XYZ65.592377.969967.4697
Yxy77.96990.31080.3695
Hunter Lab88.3006-21.930916.5074
CIE-Lab90.7662-18.349013.5710

#caeeca color RGB value is (202,238,202).

#caeeca hex color red value is 202, green value is 238 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #caeeca hue: 0.33 , saturation: 0.51 and the lightness value of caeeca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 11001010
Octal 312 356 312
Decimal 202 238 202
Hex CA EE CA

RGB Percentages of Color #caeeca

%31.46
%37.07
%31.46

CMYK Percentages of Color #caeeca

%15
%0
%15
%7

Triadic Colors of #caeeca

#caeeca #cacaee #eecaca

Analogous Colors of #caeeca

#caeeca #caeedc #dceeca

Monochromatic Colors of #caeeca

#caeeca

Complementary Color

#caeeca #eecaee

#caeeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeeca Color CSS Codes

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

#caeeca Text Font Color

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

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


#caeeca Background Color

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

This div background color is #caeeca


#caeeca Border Color

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

This div border color is #caeeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeeca


Comments

No comments written yet.

Please login to write comment.