Color Hex Logo

#af9bae Color Hex

#AF9BAE
(175,155,174)
0 Favorites   0 Comments

Color spaces of #af9bae

RGB 175155174
HSL0.840.110.65
HSV303°11°69°
CMYK 0.000.110.01   0.31
XYZ37.040535.612644.9661
Yxy35.61260.31490.3028
Hunter Lab59.67636.3597-2.9016
CIE-Lab66.222910.8069-7.1743

#af9bae color RGB value is (175,155,174).

#af9bae hex color red value is 175, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #af9bae hue: 0.84 , saturation: 0.11 and the lightness value of af9bae is 0.65.

The process color (four color CMYK) of #af9bae color hex is 0.00, 0.11, 0.01, 0.31. Web safe color of #af9bae is #999999. Color #af9bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011011 10101110
Octal 257 233 256
Decimal 175 155 174
Hex AF 9B AE

RGB Percentages of Color #af9bae

%34.72
%30.75
%34.52

CMYK Percentages of Color #af9bae

%0
%11
%1
%31

Triadic Colors of #af9bae

#af9bae #aeaf9b #9baeaf

Analogous Colors of #af9bae

#af9bae #af9ba4 #a69baf

Monochromatic Colors of #af9bae

#af9bae

Complementary Color

#af9bae #9baf9c

#af9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9bae Color CSS Codes

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

#af9bae Text Font Color

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

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


#af9bae Background Color

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

This div background color is #af9bae


#af9bae Border Color

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

This div border color is #af9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9bae


Comments

No comments written yet.

Please login to write comment.