Color Hex Logo

#afead6 Color Hex

#AFEAD6
(175,234,214)
0 Favorites   0 Comments

Color spaces of #afead6

RGB 175234214
HSL0.440.580.80
HSV160°25°92°
CMYK 0.250.000.09   0.08
XYZ59.239672.814674.5507
Yxy72.81460.28670.3524
Hunter Lab85.3315-25.41027.9327
CIE-Lab88.3592-22.72583.6534

#afead6 color RGB value is (175,234,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11010110
Octal 257 352 326
Decimal 175 234 214
Hex AF EA D6

RGB Percentages of Color #afead6

%28.09
%37.56
%34.35

CMYK Percentages of Color #afead6

%25
%0
%9
%8

Triadic Colors of #afead6

#afead6 #d6afea #ead6af

Analogous Colors of #afead6

#afead6 #afe1ea #afeab9

Monochromatic Colors of #afead6

#afead6

Complementary Color

#afead6 #eaafc3

#afead6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afead6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afead6 Color CSS Codes

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

#afead6 Text Font Color

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

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


#afead6 Background Color

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

This div background color is #afead6


#afead6 Border Color

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

This div border color is #afead6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afead6


Comments

No comments written yet.

Please login to write comment.