Color Hex Logo

#afead7 Color Hex

#AFEAD7
(175,234,215)
0 Favorites   0 Comments

Color spaces of #afead7

RGB 175234215
HSL0.450.580.80
HSV161°25°92°
CMYK 0.250.000.08   0.08
XYZ59.367872.865975.2255
Yxy72.86590.28620.3512
Hunter Lab85.3615-25.23837.5033
CIE-Lab88.3837-22.52363.1654

#afead7 color RGB value is (175,234,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11010111
Octal 257 352 327
Decimal 175 234 215
Hex AF EA D7

RGB Percentages of Color #afead7

%28.04
%37.50
%34.46

CMYK Percentages of Color #afead7

%25
%0
%8
%8

Triadic Colors of #afead7

#afead7 #d7afea #ead7af

Analogous Colors of #afead7

#afead7 #afe0ea #afeaba

Monochromatic Colors of #afead7

#afead7

Complementary Color

#afead7 #eaafc2

#afead7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afead7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afead7 Color CSS Codes

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

#afead7 Text Font Color

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

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


#afead7 Background Color

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

This div background color is #afead7


#afead7 Border Color

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

This div border color is #afead7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afead7


Comments

No comments written yet.

Please login to write comment.