Color Hex Logo

#fed30e Color Hex

#FED30E
(254,211,14)
0 Favorites   0 Comments

Color spaces of #fed30e

RGB 25421114
HSL0.140.990.53
HSV49°94°100°
CMYK 0.000.170.94   0.00
XYZ64.246667.691110.0950
Yxy67.69110.45230.4766
Hunter Lab82.2746-4.593550.3174
CIE-Lab85.8518-0.208885.0863

#fed30e color RGB value is (254,211,14).

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

The process color (four color CMYK) of #fed30e color hex is 0.00, 0.17, 0.94, 0.00. Web safe color of #fed30e is #ffcc00. Color #fed30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 00001110
Octal 376 323 16
Decimal 254 211 14
Hex FE D3 E

RGB Percentages of Color #fed30e

%53.03
%44.05
%2.92

CMYK Percentages of Color #fed30e

%0
%17
%94
%0

Triadic Colors of #fed30e

#fed30e #0efed3 #d30efe

Analogous Colors of #fed30e

#fed30e #b1fe0e #fe5b0e

Monochromatic Colors of #fed30e

#fed30e

Complementary Color

#fed30e #0e39fe

#fed30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed30e Color CSS Codes

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

#fed30e Text Font Color

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

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


#fed30e Background Color

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

This div background color is #fed30e


#fed30e Border Color

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

This div border color is #fed30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed30e

Related Colors


Comments

No comments written yet.

Please login to write comment.