Color Hex Logo

#f09daa Color Hex

#F09DAA
(240,157,170)
0 Favorites   0 Comments

Color spaces of #f09daa

RGB 240157170
HSL0.970.730.78
HSV351°35°94°
CMYK 0.000.350.29   0.06
XYZ55.247845.541543.9087
Yxy45.54150.38180.3147
Hunter Lab67.484428.03568.6621
CIE-Lab73.247032.59586.1131

#f09daa color RGB value is (240,157,170).

#f09daa hex color red value is 240, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f09daa hue: 0.97 , saturation: 0.73 and the lightness value of f09daa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011101 10101010
Octal 360 235 252
Decimal 240 157 170
Hex F0 9D AA

RGB Percentages of Color #f09daa

%42.33
%27.69
%29.98

CMYK Percentages of Color #f09daa

%0
%35
%29
%6

Triadic Colors of #f09daa

#f09daa #aaf09d #9daaf0

Analogous Colors of #f09daa

#f09daa #f0ba9d #f09dd4

Monochromatic Colors of #f09daa

#f09daa

Complementary Color

#f09daa #9df0e3

#f09daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09daa Color CSS Codes

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

#f09daa Text Font Color

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

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


#f09daa Background Color

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

This div background color is #f09daa


#f09daa Border Color

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

This div border color is #f09daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09daa


Comments

No comments written yet.

Please login to write comment.