Color Hex Logo

#f9dabb Color Hex

#F9DABB
(249,218,187)
0 Favorites   0 Comments

Color spaces of #f9dabb

RGB 249218187
HSL0.080.840.85
HSV30°25°98°
CMYK 0.000.120.25   0.02
XYZ73.108073.870457.4189
Yxy73.87040.35770.3614
Hunter Lab85.94791.424820.5539
CIE-Lab88.86126.131619.2124

#f9dabb color RGB value is (249,218,187).

#f9dabb hex color red value is 249, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f9dabb hue: 0.08 , saturation: 0.84 and the lightness value of f9dabb is 0.85.

The process color (four color CMYK) of #f9dabb color hex is 0.00, 0.12, 0.25, 0.02. Web safe color of #f9dabb is #ffcccc. Color #f9dabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011010 10111011
Octal 371 332 273
Decimal 249 218 187
Hex F9 DA BB

RGB Percentages of Color #f9dabb

%38.07
%33.33
%28.59

CMYK Percentages of Color #f9dabb

%0
%12
%25
%2

Triadic Colors of #f9dabb

#f9dabb #bbf9da #dabbf9

Analogous Colors of #f9dabb

#f9dabb #f9f9bb #f9bbbb

Monochromatic Colors of #f9dabb

#f9dabb

Complementary Color

#f9dabb #bbdaf9

#f9dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9dabb Color CSS Codes

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

#f9dabb Text Font Color

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

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


#f9dabb Background Color

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

This div background color is #f9dabb


#f9dabb Border Color

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

This div border color is #f9dabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,218,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9dabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9dabb;
  -webkit-box-shadow: 1px 1px 3px 2px #f9dabb;
  box-shadow:         1px 1px 3px 2px #f9dabb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,218,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9dabb


Comments

No comments written yet.

Please login to write comment.