Color Hex Logo

#cae65c Color Hex

#CAE65C
(202,230,92)
0 Favorites   0 Comments

Color spaces of #cae65c

RGB 20223092
HSL0.200.730.63
HSV72°60°90°
CMYK 0.120.000.60   0.10
XYZ54.585769.922920.7447
Yxy69.92290.37580.4814
Hunter Lab83.6199-29.813043.8251
CIE-Lab86.9590-28.181362.4323

#cae65c color RGB value is (202,230,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01011100
Octal 312 346 134
Decimal 202 230 92
Hex CA E6 5C

RGB Percentages of Color #cae65c

%38.55
%43.89
%17.56

CMYK Percentages of Color #cae65c

%12
%0
%60
%10

Triadic Colors of #cae65c

#cae65c #5ccae6 #e65cca

Analogous Colors of #cae65c

#cae65c #85e65c #e6bd5c

Monochromatic Colors of #cae65c

#cae65c

Complementary Color

#cae65c #785ce6

#cae65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae65c Color CSS Codes

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

#cae65c Text Font Color

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

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


#cae65c Background Color

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

This div background color is #cae65c


#cae65c Border Color

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

This div border color is #cae65c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,230,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 #cae65c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae65c


Comments

No comments written yet.

Please login to write comment.