Color Hex Logo

#cae84e Color Hex

#CAE84E
(202,232,78)
0 Favorites   0 Comments

Color spaces of #cae84e

RGB 20223278
HSL0.200.770.61
HSV72°66°91°
CMYK 0.130.000.66   0.09
XYZ54.588970.819818.0002
Yxy70.81980.38070.4938
Hunter Lab84.1545-31.481946.2263
CIE-Lab87.3974-30.062668.5050

#cae84e color RGB value is (202,232,78).

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

The process color (four color CMYK) of #cae84e color hex is 0.13, 0.00, 0.66, 0.09. Web safe color of #cae84e is #ccff66. Color #cae84e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 01001110
Octal 312 350 116
Decimal 202 232 78
Hex CA E8 4E

RGB Percentages of Color #cae84e

%39.45
%45.31
%15.23

CMYK Percentages of Color #cae84e

%13
%0
%66
%9

Triadic Colors of #cae84e

#cae84e #4ecae8 #e84eca

Analogous Colors of #cae84e

#cae84e #7de84e #e8b94e

Monochromatic Colors of #cae84e

#cae84e

Complementary Color

#cae84e #6c4ee8

#cae84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae84e Color CSS Codes

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

#cae84e Text Font Color

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

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


#cae84e Background Color

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

This div background color is #cae84e


#cae84e Border Color

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

This div border color is #cae84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae84e


Comments

No comments written yet.

Please login to write comment.