Color Hex Logo

#f2adae Color Hex

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

Color spaces of #f2adae

RGB 242173174
HSL1.000.730.81
HSV359°29°95°
CMYK 0.000.290.28   0.05
XYZ59.201551.820446.9265
Yxy51.82040.37480.3281
Hunter Lab71.986420.822011.7405
CIE-Lab77.173325.39769.5721

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

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

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

Base Numbers

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

RGB Percentages of Color #f2adae

%41.09
%29.37
%29.54

CMYK Percentages of Color #f2adae

%0
%29
%28
%5

Triadic Colors of #f2adae

#f2adae #aef2ad #adaef2

Analogous Colors of #f2adae

#f2adae #f2cfad #f2add1

Monochromatic Colors of #f2adae

#f2adae

Complementary Color

#f2adae #adf2f1

#f2adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2adae Color CSS Codes

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

#f2adae Text Font Color

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

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


#f2adae Background Color

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

This div background color is #f2adae


#f2adae Border Color

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

This div border color is #f2adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2adae


Comments

No comments written yet.

Please login to write comment.