Color Hex Logo

#aff87d Color Hex

#AFF87D
(175,248,125)
0 Favorites   0 Comments

Color spaces of #aff87d

RGB 175248125
HSL0.270.900.73
HSV96°50°97°
CMYK 0.290.000.50   0.03
XYZ54.948377.729431.5092
Yxy77.72940.33470.4734
Hunter Lab88.1643-43.037540.5252
CIE-Lab90.6563-43.199551.6015

#aff87d color RGB value is (175,248,125).

#aff87d hex color red value is 175, green value is 248 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aff87d hue: 0.27 , saturation: 0.90 and the lightness value of aff87d is 0.73.

The process color (four color CMYK) of #aff87d color hex is 0.29, 0.00, 0.50, 0.03. Web safe color of #aff87d is #99ff66. Color #aff87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 01111101
Octal 257 370 175
Decimal 175 248 125
Hex AF F8 7D

RGB Percentages of Color #aff87d

%31.93
%45.26
%22.81

CMYK Percentages of Color #aff87d

%29
%0
%50
%3

Triadic Colors of #aff87d

#aff87d #7daff8 #f87daf

Analogous Colors of #aff87d

#aff87d #7df889 #edf87d

Monochromatic Colors of #aff87d

#aff87d

Complementary Color

#aff87d #c67df8

#aff87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff87d Color CSS Codes

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

#aff87d Text Font Color

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

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


#aff87d Background Color

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

This div background color is #aff87d


#aff87d Border Color

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

This div border color is #aff87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff87d


Comments

No comments written yet.

Please login to write comment.