Color Hex Logo

#afeeaa Color Hex

#AFEEAA
(175,238,170)
0 Favorites   0 Comments

Color spaces of #afeeaa

RGB 175238170
HSL0.320.670.80
HSV116°29°93°
CMYK 0.260.000.29   0.07
XYZ55.509473.165349.2269
Yxy73.16530.31200.4113
Hunter Lab85.5367-33.851025.7539
CIE-Lab88.5265-32.606426.7172

#afeeaa color RGB value is (175,238,170).

#afeeaa hex color red value is 175, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #afeeaa hue: 0.32 , saturation: 0.67 and the lightness value of afeeaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 10101010
Octal 257 356 252
Decimal 175 238 170
Hex AF EE AA

RGB Percentages of Color #afeeaa

%30.02
%40.82
%29.16

CMYK Percentages of Color #afeeaa

%26
%0
%29
%7

Triadic Colors of #afeeaa

#afeeaa #aaafee #eeaaaf

Analogous Colors of #afeeaa

#afeeaa #aaeec7 #d1eeaa

Monochromatic Colors of #afeeaa

#afeeaa

Complementary Color

#afeeaa #e9aaee

#afeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeeaa Color CSS Codes

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

#afeeaa Text Font Color

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

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


#afeeaa Background Color

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

This div background color is #afeeaa


#afeeaa Border Color

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

This div border color is #afeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeeaa


Comments

No comments written yet.

Please login to write comment.