Color Hex Logo

#afaec5 Color Hex

#AFAEC5
(175,174,197)
0 Favorites   0 Comments

Color spaces of #afaec5

RGB 175174197
HSL0.670.170.73
HSV243°12°77°
CMYK 0.110.120.00   0.23
XYZ42.893343.417358.9430
Yxy43.41730.29530.2989
Hunter Lab65.89180.8867-6.9131
CIE-Lab71.83734.9101-11.5563

#afaec5 color RGB value is (175,174,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11000101
Octal 257 256 305
Decimal 175 174 197
Hex AF AE C5

RGB Percentages of Color #afaec5

%32.05
%31.87
%36.08

CMYK Percentages of Color #afaec5

%11
%12
%0
%23

Triadic Colors of #afaec5

#afaec5 #c5afae #aec5af

Analogous Colors of #afaec5

#afaec5 #bbaec5 #aeb9c5

Monochromatic Colors of #afaec5

#afaec5

Complementary Color

#afaec5 #c4c5ae

#afaec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaec5 Color CSS Codes

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

#afaec5 Text Font Color

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

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


#afaec5 Background Color

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

This div background color is #afaec5


#afaec5 Border Color

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

This div border color is #afaec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaec5


Comments

No comments written yet.

Please login to write comment.