Color Hex Logo

#f0e486 Color Hex

#F0E486
(240,228,134)
0 Favorites   0 Comments

Color spaces of #f0e486

RGB 240228134
HSL0.150.780.73
HSV53°44°94°
CMYK 0.000.050.44   0.06
XYZ67.981775.733333.5892
Yxy75.73330.38340.4271
Hunter Lab87.0249-12.853738.0331
CIE-Lab89.7354-8.604647.1647

#f0e486 color RGB value is (240,228,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11100100 10000110
Octal 360 344 206
Decimal 240 228 134
Hex F0 E4 86

RGB Percentages of Color #f0e486

%39.87
%37.87
%22.26

CMYK Percentages of Color #f0e486

%0
%5
%44
%6

Triadic Colors of #f0e486

#f0e486 #86f0e4 #e486f0

Analogous Colors of #f0e486

#f0e486 #c7f086 #f0af86

Monochromatic Colors of #f0e486

#f0e486

Complementary Color

#f0e486 #8692f0

#f0e486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0e486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0e486 Color CSS Codes

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

#f0e486 Text Font Color

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

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


#f0e486 Background Color

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

This div background color is #f0e486


#f0e486 Border Color

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

This div border color is #f0e486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0e486


Comments

No comments written yet.

Please login to write comment.