Color Hex Logo

#cae58c Color Hex

#CAE58C
(202,229,140)
0 Favorites   0 Comments

Color spaces of #cae58c

RGB 202229140
HSL0.220.630.72
HSV78°39°90°
CMYK 0.120.000.39   0.10
XYZ57.110170.488635.4066
Yxy70.48860.35040.4324
Hunter Lab83.9575-25.505233.7664
CIE-Lab87.2359-23.064440.4607

#cae58c color RGB value is (202,229,140).

#cae58c hex color red value is 202, green value is 229 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #cae58c hue: 0.22 , saturation: 0.63 and the lightness value of cae58c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 10001100
Octal 312 345 214
Decimal 202 229 140
Hex CA E5 8C

RGB Percentages of Color #cae58c

%35.38
%40.11
%24.52

CMYK Percentages of Color #cae58c

%12
%0
%39
%10

Triadic Colors of #cae58c

#cae58c #8ccae5 #e58cca

Analogous Colors of #cae58c

#cae58c #9ee58c #e5d48c

Monochromatic Colors of #cae58c

#cae58c

Complementary Color

#cae58c #a78ce5

#cae58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae58c Color CSS Codes

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

#cae58c Text Font Color

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

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


#cae58c Background Color

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

This div background color is #cae58c


#cae58c Border Color

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

This div border color is #cae58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae58c


Comments

No comments written yet.

Please login to write comment.