Color Hex Logo

#f09aad Color Hex

#F09AAD
(240,154,173)
0 Favorites   0 Comments

Color spaces of #f09aad

RGB 240154173
HSL0.960.740.77
HSV347°36°94°
CMYK 0.000.360.28   0.06
XYZ55.033644.653645.2536
Yxy44.65360.37970.3081
Hunter Lab66.823330.06616.6244
CIE-Lab72.663234.57223.6130

#f09aad color RGB value is (240,154,173).

#f09aad hex color red value is 240, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f09aad hue: 0.96 , saturation: 0.74 and the lightness value of f09aad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011010 10101101
Octal 360 232 255
Decimal 240 154 173
Hex F0 9A AD

RGB Percentages of Color #f09aad

%42.33
%27.16
%30.51

CMYK Percentages of Color #f09aad

%0
%36
%28
%6

Triadic Colors of #f09aad

#f09aad #adf09a #9aadf0

Analogous Colors of #f09aad

#f09aad #f0b29a #f09ad8

Monochromatic Colors of #f09aad

#f09aad

Complementary Color

#f09aad #9af0dd

#f09aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09aad Color CSS Codes

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

#f09aad Text Font Color

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

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


#f09aad Background Color

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

This div background color is #f09aad


#f09aad Border Color

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

This div border color is #f09aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09aad


Comments

No comments written yet.

Please login to write comment.