Color Hex Logo

#f0efbd Color Hex

#F0EFBD
(240,239,189)
0 Favorites   0 Comments

Color spaces of #f0efbd

RGB 240239189
HSL0.160.630.84
HSV59°21°94°
CMYK 0.000.000.21   0.06
XYZ75.987083.932460.3397
Yxy83.93240.34500.3811
Hunter Lab91.6146-12.274125.0804
CIE-Lab93.4211-7.586924.3798

#f0efbd color RGB value is (240,239,189).

#f0efbd hex color red value is 240, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0efbd hue: 0.16 , saturation: 0.63 and the lightness value of f0efbd is 0.84.

The process color (four color CMYK) of #f0efbd color hex is 0.00, 0.00, 0.21, 0.06. Web safe color of #f0efbd is #ffffcc. Color #f0efbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101111 10111101
Octal 360 357 275
Decimal 240 239 189
Hex F0 EF BD

RGB Percentages of Color #f0efbd

%35.93
%35.78
%28.29

CMYK Percentages of Color #f0efbd

%0
%0
%21
%6

Triadic Colors of #f0efbd

#f0efbd #bdf0ef #efbdf0

Analogous Colors of #f0efbd

#f0efbd #d8f0bd #f0d6bd

Monochromatic Colors of #f0efbd

#f0efbd

Complementary Color

#f0efbd #bdbef0

#f0efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0efbd Color CSS Codes

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

#f0efbd Text Font Color

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

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


#f0efbd Background Color

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

This div background color is #f0efbd


#f0efbd Border Color

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

This div border color is #f0efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0efbd


Comments

No comments written yet.

Please login to write comment.