Color Hex Logo

#afaae1 Color Hex

#AFAAE1
(175,170,225)
0 Favorites   0 Comments

Color spaces of #afaae1

RGB 175170225
HSL0.680.480.77
HSV245°24°88°
CMYK 0.220.240.00   0.12
XYZ45.644543.299777.1861
Yxy43.29970.27480.2606
Hunter Lab65.80258.6637-23.4852
CIE-Lab71.757913.2826-27.0227

#afaae1 color RGB value is (175,170,225).

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

The process color (four color CMYK) of #afaae1 color hex is 0.22, 0.24, 0.00, 0.12. Web safe color of #afaae1 is #9999cc. Color #afaae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11100001
Octal 257 252 341
Decimal 175 170 225
Hex AF AA E1

RGB Percentages of Color #afaae1

%30.70
%29.82
%39.47

CMYK Percentages of Color #afaae1

%22
%24
%0
%12

Triadic Colors of #afaae1

#afaae1 #e1afaa #aae1af

Analogous Colors of #afaae1

#afaae1 #cbaae1 #aac1e1

Monochromatic Colors of #afaae1

#afaae1

Complementary Color

#afaae1 #dce1aa

#afaae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaae1 Color CSS Codes

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

#afaae1 Text Font Color

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

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


#afaae1 Background Color

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

This div background color is #afaae1


#afaae1 Border Color

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

This div border color is #afaae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaae1


Comments

No comments written yet.

Please login to write comment.