Color Hex Logo

#cae64e Color Hex

#CAE64E
(202,230,78)
0 Favorites   0 Comments

Color spaces of #cae64e

RGB 20223078
HSL0.200.750.60
HSV71°66°90°
CMYK 0.120.000.66   0.10
XYZ54.029169.700217.8136
Yxy69.70020.38170.4924
Hunter Lab83.4866-30.583845.7899
CIE-Lab86.8496-29.127167.9412

#cae64e color RGB value is (202,230,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100110 01001110
Octal 312 346 116
Decimal 202 230 78
Hex CA E6 4E

RGB Percentages of Color #cae64e

%39.61
%45.10
%15.29

CMYK Percentages of Color #cae64e

%12
%0
%66
%10

Triadic Colors of #cae64e

#cae64e #4ecae6 #e64eca

Analogous Colors of #cae64e

#cae64e #7ee64e #e6b64e

Monochromatic Colors of #cae64e

#cae64e

Complementary Color

#cae64e #6a4ee6

#cae64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae64e Color CSS Codes

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

#cae64e Text Font Color

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

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


#cae64e Background Color

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

This div background color is #cae64e


#cae64e Border Color

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

This div border color is #cae64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae64e


Comments

No comments written yet.

Please login to write comment.