Color Hex Logo

#affe8d Color Hex

#AFFE8D
(175,254,141)
0 Favorites   0 Comments

Color spaces of #affe8d

RGB 175254141
HSL0.280.980.77
HSV102°44°100°
CMYK 0.310.000.44   0.00
XYZ57.928781.920737.9584
Yxy81.92070.32580.4607
Hunter Lab90.5101-44.148138.4918
CIE-Lab92.5398-43.919746.3777

#affe8d color RGB value is (175,254,141).

#affe8d hex color red value is 175, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #affe8d hue: 0.28 , saturation: 0.98 and the lightness value of affe8d is 0.77.

The process color (four color CMYK) of #affe8d color hex is 0.31, 0.00, 0.44, 0.00. Web safe color of #affe8d is #99ff99. Color #affe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10001101
Octal 257 376 215
Decimal 175 254 141
Hex AF FE 8D

RGB Percentages of Color #affe8d

%30.70
%44.56
%24.74

CMYK Percentages of Color #affe8d

%31
%0
%44
%0

Triadic Colors of #affe8d

#affe8d #8daffe #fe8daf

Analogous Colors of #affe8d

#affe8d #8dfea4 #e8fe8d

Monochromatic Colors of #affe8d

#affe8d

Complementary Color

#affe8d #dc8dfe

#affe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe8d Color CSS Codes

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

#affe8d Text Font Color

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

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


#affe8d Background Color

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

This div background color is #affe8d


#affe8d Border Color

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

This div border color is #affe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.