Color Hex Logo

#cae55c Color Hex

#CAE55C
(202,229,92)
0 Favorites   0 Comments

Color spaces of #cae55c

RGB 20222992
HSL0.200.720.63
HSV72°60°90°
CMYK 0.120.000.60   0.10
XYZ54.308269.367920.6522
Yxy69.36790.37630.4806
Hunter Lab83.2874-29.360643.5994
CIE-Lab86.6859-27.709562.1327

#cae55c color RGB value is (202,229,92).

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

The process color (four color CMYK) of #cae55c color hex is 0.12, 0.00, 0.60, 0.10. Web safe color of #cae55c is #cccc66. Color #cae55c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 01011100
Octal 312 345 134
Decimal 202 229 92
Hex CA E5 5C

RGB Percentages of Color #cae55c

%38.62
%43.79
%17.59

CMYK Percentages of Color #cae55c

%12
%0
%60
%10

Triadic Colors of #cae55c

#cae55c #5ccae5 #e55cca

Analogous Colors of #cae55c

#cae55c #86e55c #e5bc5c

Monochromatic Colors of #cae55c

#cae55c

Complementary Color

#cae55c #775ce5

#cae55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae55c Color CSS Codes

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

#cae55c Text Font Color

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

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


#cae55c Background Color

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

This div background color is #cae55c


#cae55c Border Color

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

This div border color is #cae55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae55c


Comments

No comments written yet.

Please login to write comment.