Color Hex Logo

#caf920 Color Hex

#CAF920
(202,249,32)
0 Favorites   0 Comments

Color spaces of #caf920

RGB 20224932
HSL0.200.950.55
HSV73°87°98°
CMYK 0.190.000.87   0.02
XYZ58.493580.412213.8047
Yxy80.41220.38300.5266
Hunter Lab89.6728-40.492153.6436
CIE-Lab91.8695-39.657085.5082

#caf920 color RGB value is (202,249,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 11111001 00100000
Octal 312 371 40
Decimal 202 249 32
Hex CA F9 20

RGB Percentages of Color #caf920

%41.82
%51.55
%6.63

CMYK Percentages of Color #caf920

%19
%0
%87
%2

Triadic Colors of #caf920

#caf920 #20caf9 #f920ca

Analogous Colors of #caf920

#caf920 #5df920 #f9bc20

Monochromatic Colors of #caf920

#caf920

Complementary Color

#caf920 #4f20f9

#caf920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caf920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caf920 Color CSS Codes

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

#caf920 Text Font Color

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

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


#caf920 Background Color

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

This div background color is #caf920


#caf920 Border Color

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

This div border color is #caf920


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,249,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 #caf920">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caf920

Related Colors


Comments

No comments written yet.

Please login to write comment.