Color Hex Logo

#f9abad Color Hex

#F9ABAD
(249,171,173)
0 Favorites   0 Comments

Color spaces of #f9abad

RGB 249171173
HSL1.000.870.82
HSV358°31°98°
CMYK 0.000.310.31   0.02
XYZ61.172752.282746.4026
Yxy52.28270.38270.3271
Hunter Lab72.306824.477012.5656
CIE-Lab77.449628.894510.6127

#f9abad color RGB value is (249,171,173).

#f9abad hex color red value is 249, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f9abad hue: 1.00 , saturation: 0.87 and the lightness value of f9abad is 0.82.

The process color (four color CMYK) of #f9abad color hex is 0.00, 0.31, 0.31, 0.02. Web safe color of #f9abad is #ff9999. Color #f9abad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101011 10101101
Octal 371 253 255
Decimal 249 171 173
Hex F9 AB AD

RGB Percentages of Color #f9abad

%41.99
%28.84
%29.17

CMYK Percentages of Color #f9abad

%0
%31
%31
%2

Triadic Colors of #f9abad

#f9abad #adf9ab #abadf9

Analogous Colors of #f9abad

#f9abad #f9d0ab #f9abd4

Monochromatic Colors of #f9abad

#f9abad

Complementary Color

#f9abad #abf9f7

#f9abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9abad Color CSS Codes

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

#f9abad Text Font Color

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

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


#f9abad Background Color

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

This div background color is #f9abad


#f9abad Border Color

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

This div border color is #f9abad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,171,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9abad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9abad;
  -webkit-box-shadow: 1px 1px 3px 2px #f9abad;
  box-shadow:         1px 1px 3px 2px #f9abad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,171,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9abad

Related Colors


Comments

No comments written yet.

Please login to write comment.