Color Hex Logo

#af9abb Color Hex

#AF9ABB
(175,154,187)
0 Favorites   0 Comments

Color spaces of #af9abb

RGB 175154187
HSL0.770.200.67
HSV278°18°73°
CMYK 0.060.180.00   0.27
XYZ38.204435.813051.9127
Yxy35.81300.30340.2844
Hunter Lab59.84409.2275-9.5414
CIE-Lab66.376813.9293-14.2143

#af9abb color RGB value is (175,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011010 10111011
Octal 257 232 273
Decimal 175 154 187
Hex AF 9A BB

RGB Percentages of Color #af9abb

%33.91
%29.84
%36.24

CMYK Percentages of Color #af9abb

%6
%18
%0
%27

Triadic Colors of #af9abb

#af9abb #bbaf9a #9abbaf

Analogous Colors of #af9abb

#af9abb #bb9ab7 #9f9abb

Monochromatic Colors of #af9abb

#af9abb

Complementary Color

#af9abb #a6bb9a

#af9abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9abb Color CSS Codes

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

#af9abb Text Font Color

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

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


#af9abb Background Color

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

This div background color is #af9abb


#af9abb Border Color

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

This div border color is #af9abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9abb


Comments

No comments written yet.

Please login to write comment.