Color Hex Logo

#cae59d Color Hex

#CAE59D
(202,229,157)
0 Favorites   0 Comments

Color spaces of #cae59d

RGB 202229157
HSL0.230.580.76
HSV83°31°90°
CMYK 0.120.000.31   0.10
XYZ58.462271.029542.5271
Yxy71.02950.33990.4129
Hunter Lab84.2790-23.667329.0776
CIE-Lab87.4993-20.896032.2523

#cae59d color RGB value is (202,229,157).

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

The process color (four color CMYK) of #cae59d color hex is 0.12, 0.00, 0.31, 0.10. Web safe color of #cae59d is #cccc99. Color #cae59d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 10011101
Octal 312 345 235
Decimal 202 229 157
Hex CA E5 9D

RGB Percentages of Color #cae59d

%34.35
%38.95
%26.70

CMYK Percentages of Color #cae59d

%12
%0
%31
%10

Triadic Colors of #cae59d

#cae59d #9dcae5 #e59dca

Analogous Colors of #cae59d

#cae59d #a6e59d #e5dc9d

Monochromatic Colors of #cae59d

#cae59d

Complementary Color

#cae59d #b89de5

#cae59d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae59d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae59d Color CSS Codes

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

#cae59d Text Font Color

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

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


#cae59d Background Color

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

This div background color is #cae59d


#cae59d Border Color

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

This div border color is #cae59d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae59d


Comments

No comments written yet.

Please login to write comment.