Color Hex Logo

#f0aead Color Hex

#F0AEAD
(240,174,173)
0 Favorites   0 Comments

Color spaces of #f0aead

RGB 240174173
HSL0.000.690.81
HSV28°94°
CMYK 0.000.280.28   0.06
XYZ58.614151.814546.4471
Yxy51.81450.37360.3303
Hunter Lab71.982319.380912.1303
CIE-Lab77.169823.995910.0822

#f0aead color RGB value is (240,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101110 10101101
Octal 360 256 255
Decimal 240 174 173
Hex F0 AE AD

RGB Percentages of Color #f0aead

%40.89
%29.64
%29.47

CMYK Percentages of Color #f0aead

%0
%28
%28
%6

Triadic Colors of #f0aead

#f0aead #adf0ae #aeadf0

Analogous Colors of #f0aead

#f0aead #f0d0ad #f0adce

Monochromatic Colors of #f0aead

#f0aead

Complementary Color

#f0aead #adeff0

#f0aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aead Color CSS Codes

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

#f0aead Text Font Color

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

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


#f0aead Background Color

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

This div background color is #f0aead


#f0aead Border Color

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

This div border color is #f0aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aead


Comments

No comments written yet.

Please login to write comment.