Color Hex Logo

#fef573 Color Hex

#FEF573
(254,245,115)
0 Favorites   0 Comments

Color spaces of #fef573

RGB 254245115
HSL0.160.990.72
HSV56°55°100°
CMYK 0.000.040.55   0.00
XYZ76.620087.613529.0924
Yxy87.61350.39630.4532
Hunter Lab93.6021-17.688647.0936
CIE-Lab94.9980-13.098662.5598

#fef573 color RGB value is (254,245,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01110011
Octal 376 365 163
Decimal 254 245 115
Hex FE F5 73

RGB Percentages of Color #fef573

%41.37
%39.90
%18.73

CMYK Percentages of Color #fef573

%0
%4
%55
%0

Triadic Colors of #fef573

#fef573 #73fef5 #f573fe

Analogous Colors of #fef573

#fef573 #c2fe73 #feb073

Monochromatic Colors of #fef573

#fef573

Complementary Color

#fef573 #737cfe

#fef573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef573 Color CSS Codes

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

#fef573 Text Font Color

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

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


#fef573 Background Color

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

This div background color is #fef573


#fef573 Border Color

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

This div border color is #fef573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef573

Related Colors


Comments

No comments written yet.

Please login to write comment.