Color Hex Logo

#cae829 Color Hex

#CAE829
(202,232,41)
0 Favorites   0 Comments

Color spaces of #cae829

RGB 20223241
HSL0.190.810.54
HSV69°82°91°
CMYK 0.130.000.82   0.09
XYZ53.614070.429912.8664
Yxy70.42990.39160.5144
Hunter Lab83.9225-32.829549.6558
CIE-Lab87.2073-31.732379.7999

#cae829 color RGB value is (202,232,41).

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

The process color (four color CMYK) of #cae829 color hex is 0.13, 0.00, 0.82, 0.09. Web safe color of #cae829 is #ccff33. Color #cae829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11101000 00101001
Octal 312 350 51
Decimal 202 232 41
Hex CA E8 29

RGB Percentages of Color #cae829

%42.53
%48.84
%8.63

CMYK Percentages of Color #cae829

%13
%0
%82
%9

Triadic Colors of #cae829

#cae829 #29cae8 #e829ca

Analogous Colors of #cae829

#cae829 #6be829 #e8a729

Monochromatic Colors of #cae829

#cae829

Complementary Color

#cae829 #4729e8

#cae829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae829 Color CSS Codes

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

#cae829 Text Font Color

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

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


#cae829 Background Color

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

This div background color is #cae829


#cae829 Border Color

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

This div border color is #cae829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae829


Comments

No comments written yet.

Please login to write comment.