Color Hex Logo

#afeadd Color Hex

#AFEADD
(175,234,221)
0 Favorites   0 Comments

Color spaces of #afeadd

RGB 175234221
HSL0.460.580.80
HSV167°25°92°
CMYK 0.250.000.06   0.08
XYZ60.153273.180179.3614
Yxy73.18010.28280.3441
Hunter Lab85.5454-24.18804.8778
CIE-Lab88.5335-21.29280.2411

#afeadd color RGB value is (175,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 11011101
Octal 257 352 335
Decimal 175 234 221
Hex AF EA DD

RGB Percentages of Color #afeadd

%27.78
%37.14
%35.08

CMYK Percentages of Color #afeadd

%25
%0
%6
%8

Triadic Colors of #afeadd

#afeadd #ddafea #eaddaf

Analogous Colors of #afeadd

#afeadd #afdaea #afeac0

Monochromatic Colors of #afeadd

#afeadd

Complementary Color

#afeadd #eaafbc

#afeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afeadd Color CSS Codes

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

#afeadd Text Font Color

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

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


#afeadd Background Color

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

This div background color is #afeadd


#afeadd Border Color

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

This div border color is #afeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afeadd


Comments

No comments written yet.

Please login to write comment.