Color Hex Logo

#f0e586 Color Hex

#F0E586
(240,229,134)
1 Favorites   0 Comments

Color spaces of #f0e586

RGB 240229134
HSL0.150.780.73
HSV54°44°94°
CMYK 0.000.050.44   0.06
XYZ68.257676.285133.6812
Yxy76.28510.38300.4280
Hunter Lab87.3413-13.348938.2751
CIE-Lab89.9915-9.104747.4831

#f0e586 color RGB value is (240,229,134).

#f0e586 hex color red value is 240, green value is 229 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #f0e586 hue: 0.15 , saturation: 0.78 and the lightness value of f0e586 is 0.73.

The process color (four color CMYK) of #f0e586 color hex is 0.00, 0.05, 0.44, 0.06. Web safe color of #f0e586 is #ffcc99. Color #f0e586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100101 10000110
Octal 360 345 206
Decimal 240 229 134
Hex F0 E5 86

RGB Percentages of Color #f0e586

%39.80
%37.98
%22.22

CMYK Percentages of Color #f0e586

%0
%5
%44
%6

Triadic Colors of #f0e586

#f0e586 #86f0e5 #e586f0

Analogous Colors of #f0e586

#f0e586 #c6f086 #f0b086

Monochromatic Colors of #f0e586

#f0e586

Complementary Color

#f0e586 #8691f0

#f0e586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e586 Color CSS Codes

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

#f0e586 Text Font Color

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

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


#f0e586 Background Color

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

This div background color is #f0e586


#f0e586 Border Color

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

This div border color is #f0e586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e586

#f0e586 Color Palettes


Comments

No comments written yet.

Please login to write comment.