Color Hex Logo

#fef54d Color Hex

#FEF54D
(254,245,77)
0 Favorites   0 Comments

Color spaces of #fef54d

RGB 25424577
HSL0.160.990.65
HSV57°70°100°
CMYK 0.000.040.70   0.00
XYZ74.865086.911519.8510
Yxy86.91150.41220.4785
Hunter Lab93.2263-19.802552.6336
CIE-Lab94.7007-15.397777.4569

#fef54d color RGB value is (254,245,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 01001101
Octal 376 365 115
Decimal 254 245 77
Hex FE F5 4D

RGB Percentages of Color #fef54d

%44.10
%42.53
%13.37

CMYK Percentages of Color #fef54d

%0
%4
%70
%0

Triadic Colors of #fef54d

#fef54d #4dfef5 #f54dfe

Analogous Colors of #fef54d

#fef54d #affe4d #fe9d4d

Monochromatic Colors of #fef54d

#fef54d

Complementary Color

#fef54d #4d56fe

#fef54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef54d Color CSS Codes

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

#fef54d Text Font Color

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

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


#fef54d Background Color

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

This div background color is #fef54d


#fef54d Border Color

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

This div border color is #fef54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef54d


Comments

No comments written yet.

Please login to write comment.