Color Hex Logo

#fef073 Color Hex

#FEF073
(254,240,115)
0 Favorites   0 Comments

Color spaces of #fef073

RGB 254240115
HSL0.150.990.72
HSV54°55°100°
CMYK 0.000.060.55   0.00
XYZ75.127784.628828.5950
Yxy84.62880.39890.4493
Hunter Lab91.9939-15.215645.9663
CIE-Lab93.7229-10.643661.0998

#fef073 color RGB value is (254,240,115).

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

The process color (four color CMYK) of #fef073 color hex is 0.00, 0.06, 0.55, 0.00. Web safe color of #fef073 is #ffff66. Color #fef073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 01110011
Octal 376 360 163
Decimal 254 240 115
Hex FE F0 73

RGB Percentages of Color #fef073

%41.71
%39.41
%18.88

CMYK Percentages of Color #fef073

%0
%6
%55
%0

Triadic Colors of #fef073

#fef073 #73fef0 #f073fe

Analogous Colors of #fef073

#fef073 #c7fe73 #feab73

Monochromatic Colors of #fef073

#fef073

Complementary Color

#fef073 #7381fe

#fef073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef073 Color CSS Codes

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

#fef073 Text Font Color

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

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


#fef073 Background Color

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

This div background color is #fef073


#fef073 Border Color

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

This div border color is #fef073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef073

Related Colors


Comments

No comments written yet.

Please login to write comment.