Color Hex Logo

#fed20f Color Hex

#FED20F
(254,210,15)
0 Favorites   0 Comments

Color spaces of #fed20f

RGB 25421015
HSL0.140.990.53
HSV49°94°100°
CMYK 0.000.170.94   0.00
XYZ64.005967.198510.0491
Yxy67.19850.45310.4757
Hunter Lab81.9747-4.082850.1141
CIE-Lab85.60410.310084.7967

#fed20f color RGB value is (254,210,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 00001111
Octal 376 322 17
Decimal 254 210 15
Hex FE D2 F

RGB Percentages of Color #fed20f

%53.03
%43.84
%3.13

CMYK Percentages of Color #fed20f

%0
%17
%94
%0

Triadic Colors of #fed20f

#fed20f #0ffed2 #d20ffe

Analogous Colors of #fed20f

#fed20f #b3fe0f #fe5b0f

Monochromatic Colors of #fed20f

#fed20f

Complementary Color

#fed20f #0f3bfe

#fed20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed20f Color CSS Codes

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

#fed20f Text Font Color

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

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


#fed20f Background Color

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

This div background color is #fed20f


#fed20f Border Color

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

This div border color is #fed20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed20f

#fed20f Color Palettes


Comments

No comments written yet.

Please login to write comment.