Color Hex Logo

#afaade Color Hex

#AFAADE
(175,170,222)
0 Favorites   0 Comments

Color spaces of #afaade

RGB 175170222
HSL0.680.440.77
HSV246°23°87°
CMYK 0.210.230.00   0.13
XYZ45.238743.137375.0492
Yxy43.13730.27680.2640
Hunter Lab65.67908.0099-21.7734
CIE-Lab71.648112.5923-25.5510

#afaade color RGB value is (175,170,222).

#afaade hex color red value is 175, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #afaade hue: 0.68 , saturation: 0.44 and the lightness value of afaade is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11011110
Octal 257 252 336
Decimal 175 170 222
Hex AF AA DE

RGB Percentages of Color #afaade

%30.86
%29.98
%39.15

CMYK Percentages of Color #afaade

%21
%23
%0
%13

Triadic Colors of #afaade

#afaade #deafaa #aadeaf

Analogous Colors of #afaade

#afaade #c9aade #aabfde

Monochromatic Colors of #afaade

#afaade

Complementary Color

#afaade #d9deaa

#afaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaade Color CSS Codes

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

#afaade Text Font Color

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

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


#afaade Background Color

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

This div background color is #afaade


#afaade Border Color

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

This div border color is #afaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaade


Comments

No comments written yet.

Please login to write comment.