Color Hex Logo

#afaeda Color Hex

#AFAEDA
(175,174,218)
0 Favorites   0 Comments

Color spaces of #afaeda

RGB 175174218
HSL0.670.370.77
HSV241°20°85°
CMYK 0.200.200.00   0.15
XYZ45.470144.448072.5125
Yxy44.44800.27990.2736
Hunter Lab66.66935.0700-17.8179
CIE-Lab72.52699.4686-22.0223

#afaeda color RGB value is (175,174,218).

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

The process color (four color CMYK) of #afaeda color hex is 0.20, 0.20, 0.00, 0.15. Web safe color of #afaeda is #9999cc. Color #afaeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11011010
Octal 257 256 332
Decimal 175 174 218
Hex AF AE DA

RGB Percentages of Color #afaeda

%30.86
%30.69
%38.45

CMYK Percentages of Color #afaeda

%20
%20
%0
%15

Triadic Colors of #afaeda

#afaeda #daafae #aedaaf

Analogous Colors of #afaeda

#afaeda #c5aeda #aec3da

Monochromatic Colors of #afaeda

#afaeda

Complementary Color

#afaeda #d9daae

#afaeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaeda Color CSS Codes

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

#afaeda Text Font Color

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

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


#afaeda Background Color

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

This div background color is #afaeda


#afaeda Border Color

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

This div border color is #afaeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaeda


Comments

No comments written yet.

Please login to write comment.