Color Hex Logo

#afead9 Color Hex

#AFEAD9
(175,234,217)
0 Favorites   0 Comments

Color spaces of #afead9

RGB 175234217
HSL0.450.580.80
HSV163°25°92°
CMYK 0.250.000.07   0.08
XYZ59.626472.969476.5875
Yxy72.96940.28500.3488
Hunter Lab85.4221-24.89216.6375
CIE-Lab88.4331-22.11682.1899

#afead9 color RGB value is (175,234,217).

#afead9 hex color red value is 175, green value is 234 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #afead9 hue: 0.45 , saturation: 0.58 and the lightness value of afead9 is 0.80.

The process color (four color CMYK) of #afead9 color hex is 0.25, 0.00, 0.07, 0.08. Web safe color of #afead9 is #99ffcc. Color #afead9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11011001
Octal 257 352 331
Decimal 175 234 217
Hex AF EA D9

RGB Percentages of Color #afead9

%27.96
%37.38
%34.66

CMYK Percentages of Color #afead9

%25
%0
%7
%8

Triadic Colors of #afead9

#afead9 #d9afea #ead9af

Analogous Colors of #afead9

#afead9 #afdeea #afeabc

Monochromatic Colors of #afead9

#afead9

Complementary Color

#afead9 #eaafc0

#afead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afead9 Color CSS Codes

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

#afead9 Text Font Color

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

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


#afead9 Background Color

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

This div background color is #afead9


#afead9 Border Color

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

This div border color is #afead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afead9


Comments

No comments written yet.

Please login to write comment.