Color Hex Logo

#afd487 Color Hex

#AFD487
(175,212,135)
0 Favorites   0 Comments

Color spaces of #afd487

RGB 175212135
HSL0.250.470.68
HSV89°36°83°
CMYK 0.170.000.36   0.17
XYZ45.595957.950231.7040
Yxy57.95020.33710.4285
Hunter Lab76.1250-26.304328.5949
CIE-Lab80.7111-25.447734.1826

#afd487 color RGB value is (175,212,135).

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

The process color (four color CMYK) of #afd487 color hex is 0.17, 0.00, 0.36, 0.17. Web safe color of #afd487 is #99cc99. Color #afd487 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10000111
Octal 257 324 207
Decimal 175 212 135
Hex AF D4 87

RGB Percentages of Color #afd487

%33.52
%40.61
%25.86

CMYK Percentages of Color #afd487

%17
%0
%36
%17

Triadic Colors of #afd487

#afd487 #87afd4 #d487af

Analogous Colors of #afd487

#afd487 #89d487 #d4d387

Monochromatic Colors of #afd487

#afd487

Complementary Color

#afd487 #ac87d4

#afd487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd487 Color CSS Codes

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

#afd487 Text Font Color

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

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


#afd487 Background Color

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

This div background color is #afd487


#afd487 Border Color

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

This div border color is #afd487


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,212,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 #afd487">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd487


Comments

No comments written yet.

Please login to write comment.