Color Hex Logo

#f0dfb5 Color Hex

#F0DFB5
(240,223,181)
0 Favorites   0 Comments

Color spaces of #f0dfb5

RGB 240223181
HSL0.120.660.83
HSV43°25°94°
CMYK 0.000.070.25   0.06
XYZ70.663374.636854.3980
Yxy74.63680.35390.3737
Hunter Lab86.3926-5.186123.1422
CIE-Lab89.2226-0.590522.7204

#f0dfb5 color RGB value is (240,223,181).

#f0dfb5 hex color red value is 240, green value is 223 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #f0dfb5 hue: 0.12 , saturation: 0.66 and the lightness value of f0dfb5 is 0.83.

The process color (four color CMYK) of #f0dfb5 color hex is 0.00, 0.07, 0.25, 0.06. Web safe color of #f0dfb5 is #ffcccc. Color #f0dfb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11011111 10110101
Octal 360 337 265
Decimal 240 223 181
Hex F0 DF B5

RGB Percentages of Color #f0dfb5

%37.27
%34.63
%28.11

CMYK Percentages of Color #f0dfb5

%0
%7
%25
%6

Triadic Colors of #f0dfb5

#f0dfb5 #b5f0df #dfb5f0

Analogous Colors of #f0dfb5

#f0dfb5 #e4f0b5 #f0c2b5

Monochromatic Colors of #f0dfb5

#f0dfb5

Complementary Color

#f0dfb5 #b5c6f0

#f0dfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0dfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0dfb5 Color CSS Codes

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

#f0dfb5 Text Font Color

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

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


#f0dfb5 Background Color

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

This div background color is #f0dfb5


#f0dfb5 Border Color

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

This div border color is #f0dfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0dfb5


Comments

No comments written yet.

Please login to write comment.