Color Hex Logo

#afead3 Color Hex

#AFEAD3
(175,234,211)
0 Favorites   0 Comments

Color spaces of #afead3

RGB 175234211
HSL0.440.580.80
HSV157°25°92°
CMYK 0.250.000.10   0.08
XYZ58.859972.662772.5511
Yxy72.66270.28840.3561
Hunter Lab85.2424-25.92009.2071
CIE-Lab88.2866-23.32735.1185

#afead3 color RGB value is (175,234,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11010011
Octal 257 352 323
Decimal 175 234 211
Hex AF EA D3

RGB Percentages of Color #afead3

%28.23
%37.74
%34.03

CMYK Percentages of Color #afead3

%25
%0
%10
%8

Triadic Colors of #afead3

#afead3 #d3afea #ead3af

Analogous Colors of #afead3

#afead3 #afe4ea #afeab6

Monochromatic Colors of #afead3

#afead3

Complementary Color

#afead3 #eaafc6

#afead3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afead3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afead3 Color CSS Codes

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

#afead3 Text Font Color

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

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


#afead3 Background Color

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

This div background color is #afead3


#afead3 Border Color

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

This div border color is #afead3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afead3


Comments

No comments written yet.

Please login to write comment.