Color Hex Logo

#afda87 Color Hex

#AFDA87
(175,218,135)
0 Favorites   0 Comments

Color spaces of #afda87

RGB 175218135
HSL0.250.530.69
HSV91°38°85°
CMYK 0.200.000.38   0.15
XYZ47.123861.006032.2133
Yxy61.00600.33580.4347
Hunter Lab78.1063-28.991930.2215
CIE-Lab82.3820-28.325736.3574

#afda87 color RGB value is (175,218,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10000111
Octal 257 332 207
Decimal 175 218 135
Hex AF DA 87

RGB Percentages of Color #afda87

%33.14
%41.29
%25.57

CMYK Percentages of Color #afda87

%20
%0
%38
%15

Triadic Colors of #afda87

#afda87 #87afda #da87af

Analogous Colors of #afda87

#afda87 #87da89 #d9da87

Monochromatic Colors of #afda87

#afda87

Complementary Color

#afda87 #b287da

#afda87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda87 Color CSS Codes

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

#afda87 Text Font Color

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

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


#afda87 Background Color

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

This div background color is #afda87


#afda87 Border Color

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

This div border color is #afda87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda87


Comments

No comments written yet.

Please login to write comment.