Color Hex Logo

#fee70f Color Hex

#FEE70F
(254,231,15)
0 Favorites   0 Comments

Color spaces of #fee70f

RGB 25423115
HSL0.150.990.53
HSV54°94°100°
CMYK 0.000.090.94   0.00
XYZ69.535278.257111.8922
Yxy78.25710.43550.4901
Hunter Lab88.4630-14.502853.9537
CIE-Lab90.8971-10.231688.7040

#fee70f color RGB value is (254,231,15).

#fee70f hex color red value is 254, green value is 231 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fee70f hue: 0.15 , saturation: 0.99 and the lightness value of fee70f is 0.53.

The process color (four color CMYK) of #fee70f color hex is 0.00, 0.09, 0.94, 0.00. Web safe color of #fee70f is #ffff00. Color #fee70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00001111
Octal 376 347 17
Decimal 254 231 15
Hex FE E7 F

RGB Percentages of Color #fee70f

%50.80
%46.20
%3.00

CMYK Percentages of Color #fee70f

%0
%9
%94
%0

Triadic Colors of #fee70f

#fee70f #0ffee7 #e70ffe

Analogous Colors of #fee70f

#fee70f #9efe0f #fe700f

Monochromatic Colors of #fee70f

#fee70f

Complementary Color

#fee70f #0f26fe

#fee70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee70f Color CSS Codes

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

#fee70f Text Font Color

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

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


#fee70f Background Color

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

This div background color is #fee70f


#fee70f Border Color

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

This div border color is #fee70f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,231,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee70f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee70f;
  -webkit-box-shadow: 1px 1px 3px 2px #fee70f;
  box-shadow:         1px 1px 3px 2px #fee70f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,231,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee70f

Related Colors


Comments

No comments written yet.

Please login to write comment.