Color Hex Logo

#afdb0c Color Hex

#AFDB0C
(175,219,12)
0 Favorites   0 Comments

Color spaces of #afdb0c

RGB 17521912
HSL0.200.900.45
HSV73°95°86°
CMYK 0.200.000.95   0.14
XYZ43.077159.80359.6207
Yxy59.80350.38290.5316
Hunter Lab77.3327-35.901446.7568
CIE-Lab81.7313-37.189379.4225

#afdb0c color RGB value is (175,219,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 00001100
Octal 257 333 14
Decimal 175 219 12
Hex AF DB C

RGB Percentages of Color #afdb0c

%43.10
%53.94
%2.96

CMYK Percentages of Color #afdb0c

%20
%0
%95
%14

Triadic Colors of #afdb0c

#afdb0c #0cafdb #db0caf

Analogous Colors of #afdb0c

#afdb0c #47db0c #dba00c

Monochromatic Colors of #afdb0c

#afdb0c

Complementary Color

#afdb0c #380cdb

#afdb0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb0c Color CSS Codes

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

#afdb0c Text Font Color

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

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


#afdb0c Background Color

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

This div background color is #afdb0c


#afdb0c Border Color

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

This div border color is #afdb0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb0c


Comments

No comments written yet.

Please login to write comment.