Color Hex Logo

#afa9ce Color Hex

#AFA9CE
(175,169,206)
0 Favorites   0 Comments

Color spaces of #afa9ce

RGB 175169206
HSL0.690.270.74
HSV250°18°81°
CMYK 0.150.180.00   0.19
XYZ43.007741.946164.2222
Yxy41.94610.28830.2812
Hunter Lab64.76585.1927-13.4563
CIE-Lab70.83379.5764-18.0144

#afa9ce color RGB value is (175,169,206).

#afa9ce hex color red value is 175, green value is 169 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afa9ce hue: 0.69 , saturation: 0.27 and the lightness value of afa9ce is 0.74.

The process color (four color CMYK) of #afa9ce color hex is 0.15, 0.18, 0.00, 0.19. Web safe color of #afa9ce is #9999cc. Color #afa9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 11001110
Octal 257 251 316
Decimal 175 169 206
Hex AF A9 CE

RGB Percentages of Color #afa9ce

%31.82
%30.73
%37.45

CMYK Percentages of Color #afa9ce

%15
%18
%0
%19

Triadic Colors of #afa9ce

#afa9ce #ceafa9 #a9ceaf

Analogous Colors of #afa9ce

#afa9ce #c2a9ce #a9b6ce

Monochromatic Colors of #afa9ce

#afa9ce

Complementary Color

#afa9ce #c8cea9

#afa9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa9ce Color CSS Codes

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

#afa9ce Text Font Color

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

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


#afa9ce Background Color

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

This div background color is #afa9ce


#afa9ce Border Color

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

This div border color is #afa9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa9ce


Comments

No comments written yet.

Please login to write comment.