Color Hex Logo

#afdc0b Color Hex

#AFDC0B
(175,220,11)
0 Favorites   0 Comments

Color spaces of #afdc0b

RGB 17522011
HSL0.200.900.45
HSV73°95°86°
CMYK 0.200.000.95   0.14
XYZ43.332860.32459.6765
Yxy60.32450.38230.5323
Hunter Lab77.6688-36.332246.9815
CIE-Lab82.0143-37.650779.7385

#afdc0b color RGB value is (175,220,11).

#afdc0b hex color red value is 175, green value is 220 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #afdc0b hue: 0.20 , saturation: 0.90 and the lightness value of afdc0b is 0.45.

The process color (four color CMYK) of #afdc0b color hex is 0.20, 0.00, 0.95, 0.14. Web safe color of #afdc0b is #99cc00. Color #afdc0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 00001011
Octal 257 334 13
Decimal 175 220 11
Hex AF DC B

RGB Percentages of Color #afdc0b

%43.10
%54.19
%2.71

CMYK Percentages of Color #afdc0b

%20
%0
%95
%14

Triadic Colors of #afdc0b

#afdc0b #0bafdc #dc0baf

Analogous Colors of #afdc0b

#afdc0b #46dc0b #dca10b

Monochromatic Colors of #afdc0b

#afdc0b

Complementary Color

#afdc0b #380bdc

#afdc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc0b Color CSS Codes

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

#afdc0b Text Font Color

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

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


#afdc0b Background Color

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

This div background color is #afdc0b


#afdc0b Border Color

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

This div border color is #afdc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc0b


Comments

No comments written yet.

Please login to write comment.