Color Hex Logo

#f0ea3e Color Hex

#F0EA3E
(240,234,62)
0 Favorites   0 Comments

Color spaces of #f0ea3e

RGB 24023462
HSL0.160.860.59
HSV58°74°94°
CMYK 0.000.030.74   0.06
XYZ66.227577.718716.0681
Yxy77.71870.41390.4857
Hunter Lab88.1582-20.181550.9043
CIE-Lab90.6514-16.432678.1923

#f0ea3e color RGB value is (240,234,62).

#f0ea3e hex color red value is 240, green value is 234 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f0ea3e hue: 0.16 , saturation: 0.86 and the lightness value of f0ea3e is 0.59.

The process color (four color CMYK) of #f0ea3e color hex is 0.00, 0.03, 0.74, 0.06. Web safe color of #f0ea3e is #ffff33. Color #f0ea3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11101010 00111110
Octal 360 352 76
Decimal 240 234 62
Hex F0 EA 3E

RGB Percentages of Color #f0ea3e

%44.78
%43.66
%11.57

CMYK Percentages of Color #f0ea3e

%0
%3
%74
%6

Triadic Colors of #f0ea3e

#f0ea3e #3ef0ea #ea3ef0

Analogous Colors of #f0ea3e

#f0ea3e #9df03e #f0913e

Monochromatic Colors of #f0ea3e

#f0ea3e

Complementary Color

#f0ea3e #3e44f0

#f0ea3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ea3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ea3e Color CSS Codes

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

#f0ea3e Text Font Color

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

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


#f0ea3e Background Color

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

This div background color is #f0ea3e


#f0ea3e Border Color

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

This div border color is #f0ea3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ea3e


Comments

No comments written yet.

Please login to write comment.