Color Hex Logo

#afaedd Color Hex

#AFAEDD
(175,174,221)
0 Favorites   0 Comments

Color spaces of #afaedd

RGB 175174221
HSL0.670.410.77
HSV241°21°87°
CMYK 0.210.210.00   0.13
XYZ45.866444.606574.5991
Yxy44.60650.27790.2702
Hunter Lab66.78815.7048-19.4724
CIE-Lab72.632010.1484-23.5006

#afaedd color RGB value is (175,174,221).

#afaedd hex color red value is 175, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afaedd hue: 0.67 , saturation: 0.41 and the lightness value of afaedd is 0.77.

The process color (four color CMYK) of #afaedd color hex is 0.21, 0.21, 0.00, 0.13. Web safe color of #afaedd is #9999cc. Color #afaedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11011101
Octal 257 256 335
Decimal 175 174 221
Hex AF AE DD

RGB Percentages of Color #afaedd

%30.70
%30.53
%38.77

CMYK Percentages of Color #afaedd

%21
%21
%0
%13

Triadic Colors of #afaedd

#afaedd #ddafae #aeddaf

Analogous Colors of #afaedd

#afaedd #c7aedd #aec5dd

Monochromatic Colors of #afaedd

#afaedd

Complementary Color

#afaedd #dcddae

#afaedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaedd Color CSS Codes

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

#afaedd Text Font Color

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

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


#afaedd Background Color

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

This div background color is #afaedd


#afaedd Border Color

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

This div border color is #afaedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,174,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 #afaedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaedd


Comments

No comments written yet.

Please login to write comment.