Color Hex Logo

#cae32e Color Hex

#CAE32E
(202,227,46)
0 Favorites   0 Comments

Color spaces of #cae32e

RGB 20222746
HSL0.190.760.54
HSV68°80°89°
CMYK 0.110.000.80   0.11
XYZ52.319367.692012.8931
Yxy67.69200.39370.5093
Hunter Lab82.2751-30.472248.3014
CIE-Lab85.8522-29.244077.3957

#cae32e color RGB value is (202,227,46).

#cae32e hex color red value is 202, green value is 227 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cae32e hue: 0.19 , saturation: 0.76 and the lightness value of cae32e is 0.54.

The process color (four color CMYK) of #cae32e color hex is 0.11, 0.00, 0.80, 0.11. Web safe color of #cae32e is #cccc33. Color #cae32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100011 00101110
Octal 312 343 56
Decimal 202 227 46
Hex CA E3 2E

RGB Percentages of Color #cae32e

%42.53
%47.79
%9.68

CMYK Percentages of Color #cae32e

%11
%0
%80
%11

Triadic Colors of #cae32e

#cae32e #2ecae3 #e32eca

Analogous Colors of #cae32e

#cae32e #70e32e #e3a22e

Monochromatic Colors of #cae32e

#cae32e

Complementary Color

#cae32e #472ee3

#cae32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae32e Color CSS Codes

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

#cae32e Text Font Color

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

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


#cae32e Background Color

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

This div background color is #cae32e


#cae32e Border Color

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

This div border color is #cae32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae32e


Comments

No comments written yet.

Please login to write comment.