Color Hex Logo

#afee9e Color Hex

#AFEE9E
(175,238,158)
0 Favorites   0 Comments

Color spaces of #afee9e

RGB 175238158
HSL0.300.700.78
HSV107°34°93°
CMYK 0.260.000.34   0.07
XYZ54.425372.731743.5179
Yxy72.73170.31890.4261
Hunter Lab85.2829-35.331029.4437
CIE-Lab88.3196-34.453332.5399

#afee9e color RGB value is (175,238,158).

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

The process color (four color CMYK) of #afee9e color hex is 0.26, 0.00, 0.34, 0.07. Web safe color of #afee9e is #99ff99. Color #afee9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10011110
Octal 257 356 236
Decimal 175 238 158
Hex AF EE 9E

RGB Percentages of Color #afee9e

%30.65
%41.68
%27.67

CMYK Percentages of Color #afee9e

%26
%0
%34
%7

Triadic Colors of #afee9e

#afee9e #9eafee #ee9eaf

Analogous Colors of #afee9e

#afee9e #9eeeb5 #d7ee9e

Monochromatic Colors of #afee9e

#afee9e

Complementary Color

#afee9e #dd9eee

#afee9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee9e Color CSS Codes

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

#afee9e Text Font Color

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

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


#afee9e Background Color

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

This div background color is #afee9e


#afee9e Border Color

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

This div border color is #afee9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee9e


Comments

No comments written yet.

Please login to write comment.