Color Hex Logo

#afdb5d Color Hex

#AFDB5D
(175,219,93)
0 Favorites   0 Comments

Color spaces of #afdb5d

RGB 17521993
HSL0.220.640.61
HSV81°58°86°
CMYK 0.200.000.58   0.14
XYZ44.986560.567319.6755
Yxy60.56730.35920.4837
Hunter Lab77.8250-33.012439.4880
CIE-Lab82.1456-33.382456.1453

#afdb5d color RGB value is (175,219,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01011101
Octal 257 333 135
Decimal 175 219 93
Hex AF DB 5D

RGB Percentages of Color #afdb5d

%35.93
%44.97
%19.10

CMYK Percentages of Color #afdb5d

%20
%0
%58
%14

Triadic Colors of #afdb5d

#afdb5d #5dafdb #db5daf

Analogous Colors of #afdb5d

#afdb5d #70db5d #dbc85d

Monochromatic Colors of #afdb5d

#afdb5d

Complementary Color

#afdb5d #895ddb

#afdb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb5d Color CSS Codes

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

#afdb5d Text Font Color

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

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


#afdb5d Background Color

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

This div background color is #afdb5d


#afdb5d Border Color

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

This div border color is #afdb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb5d


Comments

No comments written yet.

Please login to write comment.