Color Hex Logo

#cae040 Color Hex

#CAE040
(202,224,64)
0 Favorites   0 Comments

Color spaces of #cae040

RGB 20222464
HSL0.190.720.56
HSV68°71°88°
CMYK 0.100.000.71   0.12
XYZ51.938266.238014.8983
Yxy66.23800.39030.4978
Hunter Lab81.3867-28.514246.1173
CIE-Lab85.1177-27.075371.2811

#cae040 color RGB value is (202,224,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11100000 01000000
Octal 312 340 100
Decimal 202 224 64
Hex CA E0 40

RGB Percentages of Color #cae040

%41.22
%45.71
%13.06

CMYK Percentages of Color #cae040

%10
%0
%71
%12

Triadic Colors of #cae040

#cae040 #40cae0 #e040ca

Analogous Colors of #cae040

#cae040 #7ae040 #e0a640

Monochromatic Colors of #cae040

#cae040

Complementary Color

#cae040 #5640e0

#cae040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cae040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cae040 Color CSS Codes

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

#cae040 Text Font Color

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

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


#cae040 Background Color

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

This div background color is #cae040


#cae040 Border Color

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

This div border color is #cae040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cae040


Comments

No comments written yet.

Please login to write comment.