Color Hex Logo

#afdb5f Color Hex

#AFDB5F
(175,219,95)
0 Favorites   0 Comments

Color spaces of #afdb5f

RGB 17521995
HSL0.230.630.62
HSV81°57°86°
CMYK 0.200.000.57   0.14
XYZ45.076360.603220.1483
Yxy60.60320.35820.4816
Hunter Lab77.8481-32.877439.1485
CIE-Lab82.1650-33.206855.2802

#afdb5f color RGB value is (175,219,95).

#afdb5f hex color red value is 175, green value is 219 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #afdb5f hue: 0.23 , saturation: 0.63 and the lightness value of afdb5f is 0.62.

The process color (four color CMYK) of #afdb5f color hex is 0.20, 0.00, 0.57, 0.14. Web safe color of #afdb5f is #99cc66. Color #afdb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01011111
Octal 257 333 137
Decimal 175 219 95
Hex AF DB 5F

RGB Percentages of Color #afdb5f

%35.79
%44.79
%19.43

CMYK Percentages of Color #afdb5f

%20
%0
%57
%14

Triadic Colors of #afdb5f

#afdb5f #5fafdb #db5faf

Analogous Colors of #afdb5f

#afdb5f #71db5f #dbc95f

Monochromatic Colors of #afdb5f

#afdb5f

Complementary Color

#afdb5f #8b5fdb

#afdb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb5f Color CSS Codes

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

#afdb5f Text Font Color

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

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


#afdb5f Background Color

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

This div background color is #afdb5f


#afdb5f Border Color

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

This div border color is #afdb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb5f


Comments

No comments written yet.

Please login to write comment.