Color Hex Logo

#afdb87 Color Hex

#AFDB87
(175,219,135)
0 Favorites   0 Comments

Color spaces of #afdb87

RGB 175219135
HSL0.250.540.69
HSV91°38°86°
CMYK 0.200.000.38   0.14
XYZ47.383961.526332.3000
Yxy61.52630.33560.4357
Hunter Lab78.4387-29.438030.4923
CIE-Lab82.6609-28.801136.7188

#afdb87 color RGB value is (175,219,135).

#afdb87 hex color red value is 175, green value is 219 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afdb87 hue: 0.25 , saturation: 0.54 and the lightness value of afdb87 is 0.69.

The process color (four color CMYK) of #afdb87 color hex is 0.20, 0.00, 0.38, 0.14. Web safe color of #afdb87 is #99cc99. Color #afdb87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10000111
Octal 257 333 207
Decimal 175 219 135
Hex AF DB 87

RGB Percentages of Color #afdb87

%33.08
%41.40
%25.52

CMYK Percentages of Color #afdb87

%20
%0
%38
%14

Triadic Colors of #afdb87

#afdb87 #87afdb #db87af

Analogous Colors of #afdb87

#afdb87 #87db89 #d9db87

Monochromatic Colors of #afdb87

#afdb87

Complementary Color

#afdb87 #b387db

#afdb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb87 Color CSS Codes

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

#afdb87 Text Font Color

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

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


#afdb87 Background Color

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

This div background color is #afdb87


#afdb87 Border Color

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

This div border color is #afdb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb87


Comments

No comments written yet.

Please login to write comment.