Color Hex Logo

#cae89e Color Hex

#CAE89E
(202,232,158)
0 Favorites   0 Comments

Color spaces of #cae89e

RGB 202232158
HSL0.230.620.76
HSV84°32°91°
CMYK 0.130.000.32   0.09
XYZ59.385372.738443.2577
Yxy72.73840.33860.4147
Hunter Lab85.2868-24.962229.6287
CIE-Lab88.3228-22.219032.8397

#cae89e color RGB value is (202,232,158).

#cae89e hex color red value is 202, green value is 232 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cae89e hue: 0.23 , saturation: 0.62 and the lightness value of cae89e is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 10011110
Octal 312 350 236
Decimal 202 232 158
Hex CA E8 9E

RGB Percentages of Color #cae89e

%34.12
%39.19
%26.69

CMYK Percentages of Color #cae89e

%13
%0
%32
%9

Triadic Colors of #cae89e

#cae89e #9ecae8 #e89eca

Analogous Colors of #cae89e

#cae89e #a5e89e #e8e19e

Monochromatic Colors of #cae89e

#cae89e

Complementary Color

#cae89e #bc9ee8

#cae89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae89e Color CSS Codes

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

#cae89e Text Font Color

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

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


#cae89e Background Color

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

This div background color is #cae89e


#cae89e Border Color

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

This div border color is #cae89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae89e


Comments

No comments written yet.

Please login to write comment.