Color Hex Logo

#cae87f Color Hex

#CAE87F
(202,232,127)
0 Favorites   0 Comments

Color spaces of #cae87f

RGB 202232127
HSL0.210.700.70
HSV77°45°91°
CMYK 0.130.000.45   0.09
XYZ57.044571.802130.9313
Yxy71.80210.35700.4494
Hunter Lab84.7361-28.121737.6726
CIE-Lab87.8732-25.973047.6170

#cae87f color RGB value is (202,232,127).

#cae87f hex color red value is 202, green value is 232 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cae87f hue: 0.21 , saturation: 0.70 and the lightness value of cae87f is 0.70.

The process color (four color CMYK) of #cae87f color hex is 0.13, 0.00, 0.45, 0.09. Web safe color of #cae87f is #ccff66. Color #cae87f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01111111
Octal 312 350 177
Decimal 202 232 127
Hex CA E8 7F

RGB Percentages of Color #cae87f

%36.01
%41.35
%22.64

CMYK Percentages of Color #cae87f

%13
%0
%45
%9

Triadic Colors of #cae87f

#cae87f #7fcae8 #e87fca

Analogous Colors of #cae87f

#cae87f #96e87f #e8d27f

Monochromatic Colors of #cae87f

#cae87f

Complementary Color

#cae87f #9d7fe8

#cae87f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae87f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae87f Color CSS Codes

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

#cae87f Text Font Color

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

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


#cae87f Background Color

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

This div background color is #cae87f


#cae87f Border Color

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

This div border color is #cae87f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae87f


Comments

No comments written yet.

Please login to write comment.