Color Hex Logo

#f0febd Color Hex

#F0FEBD
(240,254,189)
0 Favorites   0 Comments

Color spaces of #f0febd

RGB 240254189
HSL0.200.970.87
HSV73°26°100°
CMYK 0.060.000.26   0.00
XYZ80.562393.083061.8648
Yxy93.08300.34210.3952
Hunter Lab96.4795-19.788229.5176
CIE-Lab97.2613-15.006329.6282

#f0febd color RGB value is (240,254,189).

#f0febd hex color red value is 240, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0febd hue: 0.20 , saturation: 0.97 and the lightness value of f0febd is 0.87.

The process color (four color CMYK) of #f0febd color hex is 0.06, 0.00, 0.26, 0.00. Web safe color of #f0febd is #ffffcc. Color #f0febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111110 10111101
Octal 360 376 275
Decimal 240 254 189
Hex F0 FE BD

RGB Percentages of Color #f0febd

%35.14
%37.19
%27.67

CMYK Percentages of Color #f0febd

%6
%0
%26
%0

Triadic Colors of #f0febd

#f0febd #bdf0fe #febdf0

Analogous Colors of #f0febd

#f0febd #d0febd #feecbd

Monochromatic Colors of #f0febd

#f0febd

Complementary Color

#f0febd #cbbdfe

#f0febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0febd Color CSS Codes

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

#f0febd Text Font Color

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

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


#f0febd Background Color

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

This div background color is #f0febd


#f0febd Border Color

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

This div border color is #f0febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0febd


Comments

No comments written yet.

Please login to write comment.