Color Hex Logo

#f0e46a Color Hex

#F0E46A
(240,228,106)
0 Favorites   0 Comments

Color spaces of #f0e46a

RGB 240228106
HSL0.150.820.68
HSV55°56°94°
CMYK 0.000.050.56   0.06
XYZ66.280175.052724.6290
Yxy75.05270.39940.4522
Hunter Lab86.6330-15.043143.7874
CIE-Lab89.4177-10.997559.8952

#f0e46a color RGB value is (240,228,106).

#f0e46a hex color red value is 240, green value is 228 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f0e46a hue: 0.15 , saturation: 0.82 and the lightness value of f0e46a is 0.68.

The process color (four color CMYK) of #f0e46a color hex is 0.00, 0.05, 0.56, 0.06. Web safe color of #f0e46a is #ffcc66. Color #f0e46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100100 01101010
Octal 360 344 152
Decimal 240 228 106
Hex F0 E4 6A

RGB Percentages of Color #f0e46a

%41.81
%39.72
%18.47

CMYK Percentages of Color #f0e46a

%0
%5
%56
%6

Triadic Colors of #f0e46a

#f0e46a #6af0e4 #e46af0

Analogous Colors of #f0e46a

#f0e46a #b9f06a #f0a16a

Monochromatic Colors of #f0e46a

#f0e46a

Complementary Color

#f0e46a #6a76f0

#f0e46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e46a Color CSS Codes

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

#f0e46a Text Font Color

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

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


#f0e46a Background Color

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

This div background color is #f0e46a


#f0e46a Border Color

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

This div border color is #f0e46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e46a


Comments

No comments written yet.

Please login to write comment.