Color Hex Logo

#cae51e Color Hex

#CAE51E
(202,229,30)
0 Favorites   0 Comments

Color spaces of #cae51e

RGB 20222930
HSL0.190.790.51
HSV68°87°90°
CMYK 0.120.000.87   0.10
XYZ52.610868.688911.7137
Yxy68.68890.39550.5164
Hunter Lab82.8788-31.727449.6354
CIE-Lab86.3498-30.629181.3445

#cae51e color RGB value is (202,229,30).

#cae51e hex color red value is 202, green value is 229 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cae51e hue: 0.19 , saturation: 0.79 and the lightness value of cae51e is 0.51.

The process color (four color CMYK) of #cae51e color hex is 0.12, 0.00, 0.87, 0.10. Web safe color of #cae51e is #cccc33. Color #cae51e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100101 00011110
Octal 312 345 36
Decimal 202 229 30
Hex CA E5 1E

RGB Percentages of Color #cae51e

%43.82
%49.67
%6.51

CMYK Percentages of Color #cae51e

%12
%0
%87
%10

Triadic Colors of #cae51e

#cae51e #1ecae5 #e51eca

Analogous Colors of #cae51e

#cae51e #67e51e #e59d1e

Monochromatic Colors of #cae51e

#cae51e

Complementary Color

#cae51e #391ee5

#cae51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae51e Color CSS Codes

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

#cae51e Text Font Color

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

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


#cae51e Background Color

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

This div background color is #cae51e


#cae51e Border Color

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

This div border color is #cae51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae51e


Comments

No comments written yet.

Please login to write comment.