Color Hex Logo

#afdb47 Color Hex

#AFDB47
(175,219,71)
0 Favorites   0 Comments

Color spaces of #afdb47

RGB 17521971
HSL0.220.670.57
HSV78°68°86°
CMYK 0.200.000.68   0.14
XYZ44.148060.231915.2603
Yxy60.23190.36900.5034
Hunter Lab77.6092-34.276442.6683
CIE-Lab81.9641-35.036265.0158

#afdb47 color RGB value is (175,219,71).

#afdb47 hex color red value is 175, green value is 219 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #afdb47 hue: 0.22 , saturation: 0.67 and the lightness value of afdb47 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01000111
Octal 257 333 107
Decimal 175 219 71
Hex AF DB 47

RGB Percentages of Color #afdb47

%37.63
%47.10
%15.27

CMYK Percentages of Color #afdb47

%20
%0
%68
%14

Triadic Colors of #afdb47

#afdb47 #47afdb #db47af

Analogous Colors of #afdb47

#afdb47 #65db47 #dbbd47

Monochromatic Colors of #afdb47

#afdb47

Complementary Color

#afdb47 #7347db

#afdb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb47 Color CSS Codes

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

#afdb47 Text Font Color

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

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


#afdb47 Background Color

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

This div background color is #afdb47


#afdb47 Border Color

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

This div border color is #afdb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb47


Comments

No comments written yet.

Please login to write comment.