Color Hex Logo

#af9cba Color Hex

#AF9CBA
(175,156,186)
0 Favorites   0 Comments

Color spaces of #af9cba

RGB 175156186
HSL0.770.180.67
HSV278°16°73°
CMYK 0.060.160.00   0.27
XYZ38.430636.436151.4617
Yxy36.43610.30420.2884
Hunter Lab60.36238.0107-8.2939
CIE-Lab66.851812.6087-12.9415

#af9cba color RGB value is (175,156,186).

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

The process color (four color CMYK) of #af9cba color hex is 0.06, 0.16, 0.00, 0.27. Web safe color of #af9cba is #9999cc. Color #af9cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 10111010
Octal 257 234 272
Decimal 175 156 186
Hex AF 9C BA

RGB Percentages of Color #af9cba

%33.85
%30.17
%35.98

CMYK Percentages of Color #af9cba

%6
%16
%0
%27

Triadic Colors of #af9cba

#af9cba #baaf9c #9cbaaf

Analogous Colors of #af9cba

#af9cba #ba9cb6 #a09cba

Monochromatic Colors of #af9cba

#af9cba

Complementary Color

#af9cba #a7ba9c

#af9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9cba Color CSS Codes

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

#af9cba Text Font Color

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

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


#af9cba Background Color

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

This div background color is #af9cba


#af9cba Border Color

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

This div border color is #af9cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9cba


Comments

No comments written yet.

Please login to write comment.