Color Hex Logo

#caf25a Color Hex

#CAF25A
(202,242,90)
0 Favorites   0 Comments

Color spaces of #caf25a

RGB 20224290
HSL0.210.850.65
HSV76°63°95°
CMYK 0.170.000.63   0.05
XYZ57.954776.799021.4420
Yxy76.79900.37100.4917
Hunter Lab87.6350-35.315946.8378
CIE-Lab90.2290-33.895966.7949

#caf25a color RGB value is (202,242,90).

#caf25a hex color red value is 202, green value is 242 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #caf25a hue: 0.21 , saturation: 0.85 and the lightness value of caf25a is 0.65.

The process color (four color CMYK) of #caf25a color hex is 0.17, 0.00, 0.63, 0.05. Web safe color of #caf25a is #ccff66. Color #caf25a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110010 01011010
Octal 312 362 132
Decimal 202 242 90
Hex CA F2 5A

RGB Percentages of Color #caf25a

%37.83
%45.32
%16.85

CMYK Percentages of Color #caf25a

%17
%0
%63
%5

Triadic Colors of #caf25a

#caf25a #5acaf2 #f25aca

Analogous Colors of #caf25a

#caf25a #7ef25a #f2ce5a

Monochromatic Colors of #caf25a

#caf25a

Complementary Color

#caf25a #825af2

#caf25a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf25a Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf25a Color CSS Codes

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

#caf25a Text Font Color

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

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


#caf25a Background Color

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

This div background color is #caf25a


#caf25a Border Color

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

This div border color is #caf25a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf25a


Comments

No comments written yet.

Please login to write comment.