Color Hex Logo

#caf91f Color Hex

#CAF91F
(202,249,31)
0 Favorites   0 Comments

Color spaces of #caf91f

RGB 20224931
HSL0.200.950.55
HSV73°88°98°
CMYK 0.190.000.88   0.02
XYZ58.480180.406813.7342
Yxy80.40680.38320.5268
Hunter Lab89.6698-40.509653.6878
CIE-Lab91.8671-39.679085.6754

#caf91f color RGB value is (202,249,31).

#caf91f hex color red value is 202, green value is 249 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #caf91f hue: 0.20 , saturation: 0.95 and the lightness value of caf91f is 0.55.

The process color (four color CMYK) of #caf91f color hex is 0.19, 0.00, 0.88, 0.02. Web safe color of #caf91f is #ccff33. Color #caf91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 00011111
Octal 312 371 37
Decimal 202 249 31
Hex CA F9 1F

RGB Percentages of Color #caf91f

%41.91
%51.66
%6.43

CMYK Percentages of Color #caf91f

%19
%0
%88
%2

Triadic Colors of #caf91f

#caf91f #1fcaf9 #f91fca

Analogous Colors of #caf91f

#caf91f #5df91f #f9bb1f

Monochromatic Colors of #caf91f

#caf91f

Complementary Color

#caf91f #4e1ff9

#caf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf91f Color CSS Codes

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

#caf91f Text Font Color

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

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


#caf91f Background Color

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

This div background color is #caf91f


#caf91f Border Color

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

This div border color is #caf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf91f


Comments

No comments written yet.

Please login to write comment.