Color Hex Logo

#f2aead Color Hex

#F2AEAD
(242,174,173)
0 Favorites   0 Comments

Color spaces of #f2aead

RGB 242174173
HSL0.000.730.81
HSV29°95°
CMYK 0.000.280.29   0.05
XYZ59.296852.166546.4790
Yxy52.16650.37540.3303
Hunter Lab72.226420.149712.4043
CIE-Lab77.380324.734510.4107

#f2aead color RGB value is (242,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101110 10101101
Octal 362 256 255
Decimal 242 174 173
Hex F2 AE AD

RGB Percentages of Color #f2aead

%41.09
%29.54
%29.37

CMYK Percentages of Color #f2aead

%0
%28
%29
%5

Triadic Colors of #f2aead

#f2aead #adf2ae #aeadf2

Analogous Colors of #f2aead

#f2aead #f2d1ad #f2adcf

Monochromatic Colors of #f2aead

#f2aead

Complementary Color

#f2aead #adf1f2

#f2aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aead Color CSS Codes

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

#f2aead Text Font Color

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

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


#f2aead Background Color

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

This div background color is #f2aead


#f2aead Border Color

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

This div border color is #f2aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aead


Comments

No comments written yet.

Please login to write comment.