Color Hex Logo

#af9ebb Color Hex

#AF9EBB
(175,158,187)
0 Favorites   0 Comments

Color spaces of #af9ebb

RGB 175158187
HSL0.760.180.68
HSV275°16°73°
CMYK 0.060.160.00   0.27
XYZ38.875737.155552.1365
Yxy37.15550.30330.2899
Hunter Lab60.95537.1708-8.0434
CIE-Lab67.393511.6955-12.6855

#af9ebb color RGB value is (175,158,187).

#af9ebb hex color red value is 175, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af9ebb hue: 0.76 , saturation: 0.18 and the lightness value of af9ebb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011110 10111011
Octal 257 236 273
Decimal 175 158 187
Hex AF 9E BB

RGB Percentages of Color #af9ebb

%33.65
%30.38
%35.96

CMYK Percentages of Color #af9ebb

%6
%16
%0
%27

Triadic Colors of #af9ebb

#af9ebb #bbaf9e #9ebbaf

Analogous Colors of #af9ebb

#af9ebb #bb9eb9 #a19ebb

Monochromatic Colors of #af9ebb

#af9ebb

Complementary Color

#af9ebb #aabb9e

#af9ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ebb Color CSS Codes

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

#af9ebb Text Font Color

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

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


#af9ebb Background Color

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

This div background color is #af9ebb


#af9ebb Border Color

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

This div border color is #af9ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ebb


Comments

No comments written yet.

Please login to write comment.