Color Hex Logo

#afd887 Color Hex

#AFD887
(175,216,135)
0 Favorites   0 Comments

Color spaces of #afd887

RGB 175216135
HSL0.250.510.69
HSV90°38°85°
CMYK 0.190.000.38   0.15
XYZ46.608259.975032.0415
Yxy59.97500.33620.4326
Hunter Lab77.4435-28.098729.6798
CIE-Lab81.8246-27.371835.6337

#afd887 color RGB value is (175,216,135).

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

The process color (four color CMYK) of #afd887 color hex is 0.19, 0.00, 0.38, 0.15. Web safe color of #afd887 is #99cc99. Color #afd887 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10000111
Octal 257 330 207
Decimal 175 216 135
Hex AF D8 87

RGB Percentages of Color #afd887

%33.27
%41.06
%25.67

CMYK Percentages of Color #afd887

%19
%0
%38
%15

Triadic Colors of #afd887

#afd887 #87afd8 #d887af

Analogous Colors of #afd887

#afd887 #87d888 #d8d887

Monochromatic Colors of #afd887

#afd887

Complementary Color

#afd887 #b087d8

#afd887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd887 Color CSS Codes

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

#afd887 Text Font Color

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

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


#afd887 Background Color

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

This div background color is #afd887


#afd887 Border Color

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

This div border color is #afd887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd887


Comments

No comments written yet.

Please login to write comment.