Color Hex Logo

#aff89e Color Hex

#AFF89E
(175,248,158)
0 Favorites   0 Comments

Color spaces of #aff89e

RGB 175248158
HSL0.300.870.80
HSV109°36°97°
CMYK 0.290.000.36   0.03
XYZ57.418278.717444.5155
Yxy78.71740.31780.4357
Hunter Lab88.7228-39.746232.3580
CIE-Lab91.1063-38.989536.2273

#aff89e color RGB value is (175,248,158).

#aff89e hex color red value is 175, green value is 248 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aff89e hue: 0.30 , saturation: 0.87 and the lightness value of aff89e is 0.80.

The process color (four color CMYK) of #aff89e color hex is 0.29, 0.00, 0.36, 0.03. Web safe color of #aff89e is #99ff99. Color #aff89e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 10011110
Octal 257 370 236
Decimal 175 248 158
Hex AF F8 9E

RGB Percentages of Color #aff89e

%30.12
%42.69
%27.19

CMYK Percentages of Color #aff89e

%29
%0
%36
%3

Triadic Colors of #aff89e

#aff89e #9eaff8 #f89eaf

Analogous Colors of #aff89e

#aff89e #9ef8ba #dcf89e

Monochromatic Colors of #aff89e

#aff89e

Complementary Color

#aff89e #e79ef8

#aff89e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff89e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff89e Color CSS Codes

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

#aff89e Text Font Color

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

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


#aff89e Background Color

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

This div background color is #aff89e


#aff89e Border Color

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

This div border color is #aff89e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff89e


Comments

No comments written yet.

Please login to write comment.