Color Hex Logo

#f0e68e Color Hex

#F0E68E
(240,230,142)
0 Favorites   0 Comments

Color spaces of #f0e68e

RGB 240230142
HSL0.150.770.75
HSV54°41°94°
CMYK 0.000.040.41   0.06
XYZ69.114577.071936.8248
Yxy77.07190.37770.4211
Hunter Lab87.7906-13.106736.5835
CIE-Lab90.3547-8.804144.0256

#f0e68e color RGB value is (240,230,142).

#f0e68e hex color red value is 240, green value is 230 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f0e68e hue: 0.15 , saturation: 0.77 and the lightness value of f0e68e is 0.75.

The process color (four color CMYK) of #f0e68e color hex is 0.00, 0.04, 0.41, 0.06. Web safe color of #f0e68e is #ffff99. Color #f0e68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100110 10001110
Octal 360 346 216
Decimal 240 230 142
Hex F0 E6 8E

RGB Percentages of Color #f0e68e

%39.22
%37.58
%23.20

CMYK Percentages of Color #f0e68e

%0
%4
%41
%6

Triadic Colors of #f0e68e

#f0e68e #8ef0e6 #e68ef0

Analogous Colors of #f0e68e

#f0e68e #c9f08e #f0b58e

Monochromatic Colors of #f0e68e

#f0e68e

Complementary Color

#f0e68e #8e98f0

#f0e68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e68e Color CSS Codes

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

#f0e68e Text Font Color

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

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


#f0e68e Background Color

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

This div background color is #f0e68e


#f0e68e Border Color

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

This div border color is #f0e68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e68e


Comments

No comments written yet.

Please login to write comment.