Color Hex Logo

#afee8e Color Hex

#AFEE8E
(175,238,142)
0 Favorites   0 Comments

Color spaces of #afee8e

RGB 175238142
HSL0.280.740.75
HSV99°40°93°
CMYK 0.260.000.40   0.07
XYZ53.136272.216036.7297
Yxy72.21600.32780.4456
Hunter Lab84.9800-37.102733.8599
CIE-Lab88.0725-36.692440.2107

#afee8e color RGB value is (175,238,142).

#afee8e hex color red value is 175, green value is 238 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afee8e hue: 0.28 , saturation: 0.74 and the lightness value of afee8e is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10001110
Octal 257 356 216
Decimal 175 238 142
Hex AF EE 8E

RGB Percentages of Color #afee8e

%31.53
%42.88
%25.59

CMYK Percentages of Color #afee8e

%26
%0
%40
%7

Triadic Colors of #afee8e

#afee8e #8eafee #ee8eaf

Analogous Colors of #afee8e

#afee8e #8eee9d #dfee8e

Monochromatic Colors of #afee8e

#afee8e

Complementary Color

#afee8e #cd8eee

#afee8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee8e Color CSS Codes

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

#afee8e Text Font Color

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

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


#afee8e Background Color

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

This div background color is #afee8e


#afee8e Border Color

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

This div border color is #afee8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee8e


Comments

No comments written yet.

Please login to write comment.