Color Hex Logo

#caf42a Color Hex

#CAF42A
(202,244,42)
0 Favorites   0 Comments

Color spaces of #caf42a

RGB 20224442
HSL0.200.900.56
HSV72°83°96°
CMYK 0.170.000.83   0.04
XYZ57.125777.425114.1242
Yxy77.42510.38420.5208
Hunter Lab87.9915-38.099752.0770
CIE-Lab90.5169-37.168182.4070

#caf42a color RGB value is (202,244,42).

#caf42a hex color red value is 202, green value is 244 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #caf42a hue: 0.20 , saturation: 0.90 and the lightness value of caf42a is 0.56.

The process color (four color CMYK) of #caf42a color hex is 0.17, 0.00, 0.83, 0.04. Web safe color of #caf42a is #ccff33. Color #caf42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110100 00101010
Octal 312 364 52
Decimal 202 244 42
Hex CA F4 2A

RGB Percentages of Color #caf42a

%41.39
%50.00
%8.61

CMYK Percentages of Color #caf42a

%17
%0
%83
%4

Triadic Colors of #caf42a

#caf42a #2acaf4 #f42aca

Analogous Colors of #caf42a

#caf42a #65f42a #f4b92a

Monochromatic Colors of #caf42a

#caf42a

Complementary Color

#caf42a #542af4

#caf42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf42a Color CSS Codes

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

#caf42a Text Font Color

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

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


#caf42a Background Color

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

This div background color is #caf42a


#caf42a Border Color

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

This div border color is #caf42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf42a


Comments

No comments written yet.

Please login to write comment.