Color Hex Logo

#afcb20 Color Hex

#AFCB20
(175,203,32)
0 Favorites   0 Comments

Color spaces of #afcb20

RGB 17520332
HSL0.190.730.46
HSV70°84°80°
CMYK 0.140.000.84   0.20
XYZ39.295851.93019.3189
Yxy51.93010.39080.5165
Hunter Lab72.0625-28.773242.7766
CIE-Lab77.2390-29.409872.6186

#afcb20 color RGB value is (175,203,32).

#afcb20 hex color red value is 175, green value is 203 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #afcb20 hue: 0.19 , saturation: 0.73 and the lightness value of afcb20 is 0.46.

The process color (four color CMYK) of #afcb20 color hex is 0.14, 0.00, 0.84, 0.20. Web safe color of #afcb20 is #99cc33. Color #afcb20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00100000
Octal 257 313 40
Decimal 175 203 32
Hex AF CB 20

RGB Percentages of Color #afcb20

%42.68
%49.51
%7.80

CMYK Percentages of Color #afcb20

%14
%0
%84
%20

Triadic Colors of #afcb20

#afcb20 #20afcb #cb20af

Analogous Colors of #afcb20

#afcb20 #59cb20 #cb9220

Monochromatic Colors of #afcb20

#afcb20

Complementary Color

#afcb20 #3c20cb

#afcb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb20 Color CSS Codes

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

#afcb20 Text Font Color

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

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


#afcb20 Background Color

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

This div background color is #afcb20


#afcb20 Border Color

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

This div border color is #afcb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb20


Comments

No comments written yet.

Please login to write comment.