Color Hex Logo

#afedaa Color Hex

#AFEDAA
(175,237,170)
0 Favorites   0 Comments

Color spaces of #afedaa

RGB 175237170
HSL0.320.650.80
HSV116°28°93°
CMYK 0.260.000.28   0.07
XYZ55.219172.584649.1301
Yxy72.58460.31210.4102
Hunter Lab85.1966-33.401525.4470
CIE-Lab88.2492-32.141126.3399

#afedaa color RGB value is (175,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101101 10101010
Octal 257 355 252
Decimal 175 237 170
Hex AF ED AA

RGB Percentages of Color #afedaa

%30.07
%40.72
%29.21

CMYK Percentages of Color #afedaa

%26
%0
%28
%7

Triadic Colors of #afedaa

#afedaa #aaafed #edaaaf

Analogous Colors of #afedaa

#afedaa #aaedc7 #d1edaa

Monochromatic Colors of #afedaa

#afedaa

Complementary Color

#afedaa #e8aaed

#afedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afedaa Color CSS Codes

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

#afedaa Text Font Color

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

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


#afedaa Background Color

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

This div background color is #afedaa


#afedaa Border Color

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

This div border color is #afedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afedaa


Comments

No comments written yet.

Please login to write comment.