Color Hex Logo

#fef40d Color Hex

#FEF40D
(254,244,13)
0 Favorites   0 Comments

Color spaces of #fef40d

RGB 25424413
HSL0.160.990.52
HSV58°95°100°
CMYK 0.000.040.95   0.00
XYZ73.296485.801313.0789
Yxy85.80130.42570.4983
Hunter Lab92.6290-20.855556.4687
CIE-Lab94.2273-16.605091.3661

#fef40d color RGB value is (254,244,13).

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

The process color (four color CMYK) of #fef40d color hex is 0.00, 0.04, 0.95, 0.00. Web safe color of #fef40d is #ffff00. Color #fef40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 00001101
Octal 376 364 15
Decimal 254 244 13
Hex FE F4 D

RGB Percentages of Color #fef40d

%49.71
%47.75
%2.54

CMYK Percentages of Color #fef40d

%0
%4
%95
%0

Triadic Colors of #fef40d

#fef40d #0dfef4 #f40dfe

Analogous Colors of #fef40d

#fef40d #90fe0d #fe7c0d

Monochromatic Colors of #fef40d

#fef40d

Complementary Color

#fef40d #0d17fe

#fef40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef40d Color CSS Codes

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

#fef40d Text Font Color

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

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


#fef40d Background Color

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

This div background color is #fef40d


#fef40d Border Color

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

This div border color is #fef40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef40d

Related Colors


Comments

No comments written yet.

Please login to write comment.