Color Hex Logo

#cae029 Color Hex

#CAE029
(202,224,41)
0 Favorites   0 Comments

Color spaces of #cae029

RGB 20222441
HSL0.190.750.52
HSV67°82°88°
CMYK 0.100.000.82   0.12
XYZ51.413066.028012.1327
Yxy66.02800.39680.5096
Hunter Lab81.2576-29.261048.0276
CIE-Lab85.0107-27.996777.9149

#cae029 color RGB value is (202,224,41).

#cae029 hex color red value is 202, green value is 224 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cae029 hue: 0.19 , saturation: 0.75 and the lightness value of cae029 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 00101001
Octal 312 340 51
Decimal 202 224 41
Hex CA E0 29

RGB Percentages of Color #cae029

%43.25
%47.97
%8.78

CMYK Percentages of Color #cae029

%10
%0
%82
%12

Triadic Colors of #cae029

#cae029 #29cae0 #e029ca

Analogous Colors of #cae029

#cae029 #6fe029 #e09b29

Monochromatic Colors of #cae029

#cae029

Complementary Color

#cae029 #3f29e0

#cae029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae029 Color CSS Codes

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

#cae029 Text Font Color

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

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


#cae029 Background Color

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

This div background color is #cae029


#cae029 Border Color

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

This div border color is #cae029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae029


Comments

No comments written yet.

Please login to write comment.