Color Hex Logo

#caeeaa Color Hex

#CAEEAA
(202,238,170)
0 Favorites   0 Comments

Color spaces of #caeeaa

RGB 202238170
HSL0.250.670.80
HSV92°29°93°
CMYK 0.150.000.29   0.07
XYZ62.187476.607949.5394
Yxy76.60790.33020.4068
Hunter Lab87.5259-26.345727.7102
CIE-Lab90.1408-23.435429.1765

#caeeaa color RGB value is (202,238,170).

#caeeaa hex color red value is 202, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #caeeaa hue: 0.25 , saturation: 0.67 and the lightness value of caeeaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101110 10101010
Octal 312 356 252
Decimal 202 238 170
Hex CA EE AA

RGB Percentages of Color #caeeaa

%33.11
%39.02
%27.87

CMYK Percentages of Color #caeeaa

%15
%0
%29
%7

Triadic Colors of #caeeaa

#caeeaa #aacaee #eeaaca

Analogous Colors of #caeeaa

#caeeaa #aaeeac #eceeaa

Monochromatic Colors of #caeeaa

#caeeaa

Complementary Color

#caeeaa #ceaaee

#caeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#caeeaa Color CSS Codes

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

#caeeaa Text Font Color

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

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


#caeeaa Background Color

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

This div background color is #caeeaa


#caeeaa Border Color

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

This div border color is #caeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caeeaa


Comments

No comments written yet.

Please login to write comment.