Color Hex Logo

#afc20b Color Hex

#AFC20B
(175,194,11)
0 Favorites   0 Comments

Color spaces of #afc20b

RGB 17519411
HSL0.180.890.40
HSV66°94°76°
CMYK 0.100.000.94   0.24
XYZ37.031447.72177.5761
Yxy47.72170.40110.5169
Hunter Lab69.0809-25.205141.8543
CIE-Lab74.6491-25.542974.0309

#afc20b color RGB value is (175,194,11).

#afc20b hex color red value is 175, green value is 194 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #afc20b hue: 0.18 , saturation: 0.89 and the lightness value of afc20b is 0.40.

The process color (four color CMYK) of #afc20b color hex is 0.10, 0.00, 0.94, 0.24. Web safe color of #afc20b is #99cc00. Color #afc20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000010 00001011
Octal 257 302 13
Decimal 175 194 11
Hex AF C2 B

RGB Percentages of Color #afc20b

%46.05
%51.05
%2.89

CMYK Percentages of Color #afc20b

%10
%0
%94
%24

Triadic Colors of #afc20b

#afc20b #0bafc2 #c20baf

Analogous Colors of #afc20b

#afc20b #54c20b #c27a0b

Monochromatic Colors of #afc20b

#afc20b

Complementary Color

#afc20b #1e0bc2

#afc20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc20b Color CSS Codes

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

#afc20b Text Font Color

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

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


#afc20b Background Color

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

This div background color is #afc20b


#afc20b Border Color

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

This div border color is #afc20b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,194,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc20b


Comments

No comments written yet.

Please login to write comment.