Color Hex Logo

#afaec7 Color Hex

#AFAEC7
(175,174,199)
0 Favorites   0 Comments

Color spaces of #afaec7

RGB 175174199
HSL0.670.180.73
HSV242°13°78°
CMYK 0.120.130.00   0.22
XYZ43.124143.509660.1581
Yxy43.50960.29380.2964
Hunter Lab65.96181.2655-7.9001
CIE-Lab71.89955.3287-12.5615

#afaec7 color RGB value is (175,174,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11000111
Octal 257 256 307
Decimal 175 174 199
Hex AF AE C7

RGB Percentages of Color #afaec7

%31.93
%31.75
%36.31

CMYK Percentages of Color #afaec7

%12
%13
%0
%22

Triadic Colors of #afaec7

#afaec7 #c7afae #aec7af

Analogous Colors of #afaec7

#afaec7 #bcaec7 #aebac7

Monochromatic Colors of #afaec7

#afaec7

Complementary Color

#afaec7 #c6c7ae

#afaec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaec7 Color CSS Codes

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

#afaec7 Text Font Color

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

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


#afaec7 Background Color

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

This div background color is #afaec7


#afaec7 Border Color

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

This div border color is #afaec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaec7


Comments

No comments written yet.

Please login to write comment.