Color Hex Logo

#f09bad Color Hex

#F09BAD
(240,155,173)
0 Favorites   0 Comments

Color spaces of #f09bad

RGB 240155173
HSL0.960.740.77
HSV347°35°94°
CMYK 0.000.350.28   0.06
XYZ55.199444.985145.3088
Yxy44.98510.37940.3092
Hunter Lab67.070929.53146.8971
CIE-Lab72.882134.04693.9297

#f09bad color RGB value is (240,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011011 10101101
Octal 360 233 255
Decimal 240 155 173
Hex F0 9B AD

RGB Percentages of Color #f09bad

%42.25
%27.29
%30.46

CMYK Percentages of Color #f09bad

%0
%35
%28
%6

Triadic Colors of #f09bad

#f09bad #adf09b #9badf0

Analogous Colors of #f09bad

#f09bad #f0b49b #f09bd8

Monochromatic Colors of #f09bad

#f09bad

Complementary Color

#f09bad #9bf0de

#f09bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09bad Color CSS Codes

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

#f09bad Text Font Color

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

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


#f09bad Background Color

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

This div background color is #f09bad


#f09bad Border Color

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

This div border color is #f09bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09bad


Comments

No comments written yet.

Please login to write comment.