Color Hex Logo

#f0abae Color Hex

#F0ABAE
(240,171,174)
0 Favorites   0 Comments

Color spaces of #f0abae

RGB 240171174
HSL0.990.700.81
HSV357°29°94°
CMYK 0.000.290.28   0.06
XYZ58.138150.707146.7676
Yxy50.70710.37360.3259
Hunter Lab71.208921.119710.9066
CIE-Lab76.501225.72248.5841

#f0abae color RGB value is (240,171,174).

#f0abae hex color red value is 240, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f0abae hue: 0.99 , saturation: 0.70 and the lightness value of f0abae is 0.81.

The process color (four color CMYK) of #f0abae color hex is 0.00, 0.29, 0.28, 0.06. Web safe color of #f0abae is #ff9999. Color #f0abae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101011 10101110
Octal 360 253 256
Decimal 240 171 174
Hex F0 AB AE

RGB Percentages of Color #f0abae

%41.03
%29.23
%29.74

CMYK Percentages of Color #f0abae

%0
%29
%28
%6

Triadic Colors of #f0abae

#f0abae #aef0ab #abaef0

Analogous Colors of #f0abae

#f0abae #f0cbab #f0abd1

Monochromatic Colors of #f0abae

#f0abae

Complementary Color

#f0abae #abf0ed

#f0abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0abae Color CSS Codes

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

#f0abae Text Font Color

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

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


#f0abae Background Color

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

This div background color is #f0abae


#f0abae Border Color

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

This div border color is #f0abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0abae


Comments

No comments written yet.

Please login to write comment.