Color Hex Logo

#afaee1 Color Hex

#AFAEE1
(175,174,225)
0 Favorites   0 Comments

Color spaces of #afaee1

RGB 175174225
HSL0.670.460.78
HSV241°23°88°
CMYK 0.220.230.00   0.12
XYZ46.405944.822377.4399
Yxy44.82230.27510.2657
Hunter Lab66.94956.5654-21.7156
CIE-Lab72.774711.0650-25.4648

#afaee1 color RGB value is (175,174,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11100001
Octal 257 256 341
Decimal 175 174 225
Hex AF AE E1

RGB Percentages of Color #afaee1

%30.49
%30.31
%39.20

CMYK Percentages of Color #afaee1

%22
%23
%0
%12

Triadic Colors of #afaee1

#afaee1 #e1afae #aee1af

Analogous Colors of #afaee1

#afaee1 #c9aee1 #aec7e1

Monochromatic Colors of #afaee1

#afaee1

Complementary Color

#afaee1 #e0e1ae

#afaee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaee1 Color CSS Codes

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

#afaee1 Text Font Color

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

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


#afaee1 Background Color

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

This div background color is #afaee1


#afaee1 Border Color

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

This div border color is #afaee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaee1


Comments

No comments written yet.

Please login to write comment.