Color Hex Logo

#caf520 Color Hex

#CAF520
(202,245,32)
0 Favorites   0 Comments

Color spaces of #caf520

RGB 20224532
HSL0.200.910.54
HSV72°87°96°
CMYK 0.180.000.87   0.04
XYZ57.270277.965713.3969
Yxy77.96570.38530.5246
Hunter Lab88.2982-38.746752.8131
CIE-Lab90.7642-37.878784.6019

#caf520 color RGB value is (202,245,32).

#caf520 hex color red value is 202, green value is 245 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #caf520 hue: 0.20 , saturation: 0.91 and the lightness value of caf520 is 0.54.

The process color (four color CMYK) of #caf520 color hex is 0.18, 0.00, 0.87, 0.04. Web safe color of #caf520 is #ccff33. Color #caf520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 11110101 00100000
Octal 312 365 40
Decimal 202 245 32
Hex CA F5 20

RGB Percentages of Color #caf520

%42.17
%51.15
%6.68

CMYK Percentages of Color #caf520

%18
%0
%87
%4

Triadic Colors of #caf520

#caf520 #20caf5 #f520ca

Analogous Colors of #caf520

#caf520 #5ff520 #f5b620

Monochromatic Colors of #caf520

#caf520

Complementary Color

#caf520 #4b20f5

#caf520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf520 Color CSS Codes

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

#caf520 Text Font Color

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

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


#caf520 Background Color

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

This div background color is #caf520


#caf520 Border Color

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

This div border color is #caf520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf520


Comments

No comments written yet.

Please login to write comment.