Color Hex Logo

#afa8ce Color Hex

#AFA8CE
(175,168,206)
0 Favorites   0 Comments

Color spaces of #afa8ce

RGB 175168206
HSL0.700.280.73
HSV251°18°81°
CMYK 0.150.180.00   0.19
XYZ42.822441.575564.1604
Yxy41.57550.28830.2799
Hunter Lab64.47915.7086-13.8616
CIE-Lab70.577310.1299-18.4028

#afa8ce color RGB value is (175,168,206).

#afa8ce hex color red value is 175, green value is 168 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afa8ce hue: 0.70 , saturation: 0.28 and the lightness value of afa8ce is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 11001110
Octal 257 250 316
Decimal 175 168 206
Hex AF A8 CE

RGB Percentages of Color #afa8ce

%31.88
%30.60
%37.52

CMYK Percentages of Color #afa8ce

%15
%18
%0
%19

Triadic Colors of #afa8ce

#afa8ce #ceafa8 #a8ceaf

Analogous Colors of #afa8ce

#afa8ce #c2a8ce #a8b4ce

Monochromatic Colors of #afa8ce

#afa8ce

Complementary Color

#afa8ce #c7cea8

#afa8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa8ce Color CSS Codes

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

#afa8ce Text Font Color

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

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


#afa8ce Background Color

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

This div background color is #afa8ce


#afa8ce Border Color

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

This div border color is #afa8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa8ce


Comments

No comments written yet.

Please login to write comment.