Color Hex Logo

#f0aeac Color Hex

#F0AEAC
(240,174,172)
1 Favorites   0 Comments

Color spaces of #f0aeac

RGB 240174172
HSL0.000.690.81
HSV28°94°
CMYK 0.000.280.28   0.06
XYZ58.517651.775945.9393
Yxy51.77590.37460.3314
Hunter Lab71.955519.242612.5157
CIE-Lab77.146623.862010.5930

#f0aeac color RGB value is (240,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 10101100
Octal 360 256 254
Decimal 240 174 172
Hex F0 AE AC

RGB Percentages of Color #f0aeac

%40.96
%29.69
%29.35

CMYK Percentages of Color #f0aeac

%0
%28
%28
%6

Triadic Colors of #f0aeac

#f0aeac #acf0ae #aeacf0

Analogous Colors of #f0aeac

#f0aeac #f0d0ac #f0accc

Monochromatic Colors of #f0aeac

#f0aeac

Complementary Color

#f0aeac #aceef0

#f0aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aeac Color CSS Codes

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

#f0aeac Text Font Color

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

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


#f0aeac Background Color

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

This div background color is #f0aeac


#f0aeac Border Color

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

This div border color is #f0aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aeac


Comments

No comments written yet.

Please login to write comment.