Color Hex Logo

#caf000 Color Hex

#CAF000
(202,240,0)
0 Favorites   0 Comments

Color spaces of #caf000

RGB 2022400
HSL0.191.000.47
HSV70°100°94°
CMYK 0.160.001.00   0.06
XYZ55.517274.876711.5266
Yxy74.87670.39120.5276
Hunter Lab86.5313-36.906952.6741
CIE-Lab89.3352-36.072787.0010

#caf000 color RGB value is (202,240,0).

#caf000 hex color red value is 202, green value is 240 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #caf000 hue: 0.19 , saturation: 1.00 and the lightness value of caf000 is 0.47.

The process color (four color CMYK) of #caf000 color hex is 0.16, 0.00, 1.00, 0.06. Web safe color of #caf000 is #ccff00. Color #caf000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110000 00000000
Octal 312 360 0
Decimal 202 240 0
Hex CA F0 0

RGB Percentages of Color #caf000

%45.70
%54.30
%0.00

CMYK Percentages of Color #caf000

%16
%0
%100
%6

Triadic Colors of #caf000

#caf000 #00caf0 #f000ca

Analogous Colors of #caf000

#caf000 #52f000 #f09e00

Monochromatic Colors of #caf000

#caf000

Complementary Color

#caf000 #2600f0

#caf000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf000 Color CSS Codes

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

#caf000 Text Font Color

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

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


#caf000 Background Color

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

This div background color is #caf000


#caf000 Border Color

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

This div border color is #caf000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf000


Comments

No comments written yet.

Please login to write comment.