Color Hex Logo

#cae87c Color Hex

#CAE87C
(202,232,124)
0 Favorites   0 Comments

Color spaces of #cae87c

RGB 202232124
HSL0.210.700.70
HSV77°47°91°
CMYK 0.130.000.47   0.09
XYZ56.851871.725029.9167
Yxy71.72500.35870.4525
Hunter Lab84.6906-28.383638.3394
CIE-Lab87.8361-26.288149.0064

#cae87c color RGB value is (202,232,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01111100
Octal 312 350 174
Decimal 202 232 124
Hex CA E8 7C

RGB Percentages of Color #cae87c

%36.20
%41.58
%22.22

CMYK Percentages of Color #cae87c

%13
%0
%47
%9

Triadic Colors of #cae87c

#cae87c #7ccae8 #e87cca

Analogous Colors of #cae87c

#cae87c #94e87c #e8d07c

Monochromatic Colors of #cae87c

#cae87c

Complementary Color

#cae87c #9a7ce8

#cae87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae87c Color CSS Codes

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

#cae87c Text Font Color

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

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


#cae87c Background Color

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

This div background color is #cae87c


#cae87c Border Color

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

This div border color is #cae87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae87c


Comments

No comments written yet.

Please login to write comment.