Color Hex Logo

#afeaaa Color Hex

#AFEAAA
(175,234,170)
0 Favorites   0 Comments

Color spaces of #afeaaa

RGB 175234170
HSL0.320.600.79
HSV115°27°92°
CMYK 0.250.000.27   0.08
XYZ54.357770.861948.8430
Yxy70.86190.31230.4071
Hunter Lab84.1795-32.050424.5242
CIE-Lab87.4179-30.738525.2059

#afeaaa color RGB value is (175,234,170).

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

The process color (four color CMYK) of #afeaaa color hex is 0.25, 0.00, 0.27, 0.08. Web safe color of #afeaaa is #99ff99. Color #afeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 10101010
Octal 257 352 252
Decimal 175 234 170
Hex AF EA AA

RGB Percentages of Color #afeaaa

%30.22
%40.41
%29.36

CMYK Percentages of Color #afeaaa

%25
%0
%27
%8

Triadic Colors of #afeaaa

#afeaaa #aaafea #eaaaaf

Analogous Colors of #afeaaa

#afeaaa #aaeac5 #cfeaaa

Monochromatic Colors of #afeaaa

#afeaaa

Complementary Color

#afeaaa #e5aaea

#afeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeaaa Color CSS Codes

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

#afeaaa Text Font Color

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

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


#afeaaa Background Color

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

This div background color is #afeaaa


#afeaaa Border Color

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

This div border color is #afeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeaaa


Comments

No comments written yet.

Please login to write comment.