Color Hex Logo

#afead0 Color Hex

#AFEAD0
(175,234,208)
0 Favorites   0 Comments

Color spaces of #afead0

RGB 175234208
HSL0.430.580.80
HSV154°25°92°
CMYK 0.250.000.11   0.08
XYZ58.487272.513770.5884
Yxy72.51370.29010.3597
Hunter Lab85.1550-26.421610.4606
CIE-Lab88.2153-23.92136.5852

#afead0 color RGB value is (175,234,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11010000
Octal 257 352 320
Decimal 175 234 208
Hex AF EA D0

RGB Percentages of Color #afead0

%28.36
%37.93
%33.71

CMYK Percentages of Color #afead0

%25
%0
%11
%8

Triadic Colors of #afead0

#afead0 #d0afea #ead0af

Analogous Colors of #afead0

#afead0 #afe7ea #afeab3

Monochromatic Colors of #afead0

#afead0

Complementary Color

#afead0 #eaafc9

#afead0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afead0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afead0 Color CSS Codes

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

#afead0 Text Font Color

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

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


#afead0 Background Color

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

This div background color is #afead0


#afead0 Border Color

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

This div border color is #afead0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afead0


Comments

No comments written yet.

Please login to write comment.