Color Hex Logo

#f0daba Color Hex

#F0DABA
(240,218,186)
0 Favorites   0 Comments

Color spaces of #f0daba

RGB 240218186
HSL0.100.640.84
HSV36°23°94°
CMYK 0.000.090.23   0.06
XYZ69.869572.213256.7104
Yxy72.21320.35150.3633
Hunter Lab84.9784-1.948819.9176
CIE-Lab88.07112.670318.5176

#f0daba color RGB value is (240,218,186).

#f0daba hex color red value is 240, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f0daba hue: 0.10 , saturation: 0.64 and the lightness value of f0daba is 0.84.

The process color (four color CMYK) of #f0daba color hex is 0.00, 0.09, 0.23, 0.06. Web safe color of #f0daba is #ffcccc. Color #f0daba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011010 10111010
Octal 360 332 272
Decimal 240 218 186
Hex F0 DA BA

RGB Percentages of Color #f0daba

%37.27
%33.85
%28.88

CMYK Percentages of Color #f0daba

%0
%9
%23
%6

Triadic Colors of #f0daba

#f0daba #baf0da #dabaf0

Analogous Colors of #f0daba

#f0daba #ebf0ba #f0bfba

Monochromatic Colors of #f0daba

#f0daba

Complementary Color

#f0daba #bad0f0

#f0daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0daba Color CSS Codes

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

#f0daba Text Font Color

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

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


#f0daba Background Color

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

This div background color is #f0daba


#f0daba Border Color

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

This div border color is #f0daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0daba


Comments

No comments written yet.

Please login to write comment.