Color Hex Logo

#cae88e Color Hex

#CAE88E
(202,232,142)
0 Favorites   0 Comments

Color spaces of #cae88e

RGB 202232142
HSL0.220.660.73
HSV80°39°91°
CMYK 0.130.000.39   0.09
XYZ58.096272.222836.4696
Yxy72.22280.34830.4330
Hunter Lab84.9840-26.697034.0454
CIE-Lab88.0757-24.269640.5458

#cae88e color RGB value is (202,232,142).

#cae88e hex color red value is 202, green value is 232 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #cae88e hue: 0.22 , saturation: 0.66 and the lightness value of cae88e is 0.73.

The process color (four color CMYK) of #cae88e color hex is 0.13, 0.00, 0.39, 0.09. Web safe color of #cae88e is #ccff99. Color #cae88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 10001110
Octal 312 350 216
Decimal 202 232 142
Hex CA E8 8E

RGB Percentages of Color #cae88e

%35.07
%40.28
%24.65

CMYK Percentages of Color #cae88e

%13
%0
%39
%9

Triadic Colors of #cae88e

#cae88e #8ecae8 #e88eca

Analogous Colors of #cae88e

#cae88e #9de88e #e8d98e

Monochromatic Colors of #cae88e

#cae88e

Complementary Color

#cae88e #ac8ee8

#cae88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae88e Color CSS Codes

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

#cae88e Text Font Color

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

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


#cae88e Background Color

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

This div background color is #cae88e


#cae88e Border Color

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

This div border color is #cae88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae88e


Comments

No comments written yet.

Please login to write comment.