Color Hex Logo

#fed71f Color Hex

#FED71F
(254,215,31)
0 Favorites   0 Comments

Color spaces of #fed71f

RGB 25421531
HSL0.140.990.56
HSV50°88°100°
CMYK 0.000.150.88   0.00
XYZ65.420869.770611.3154
Yxy69.77060.44650.4762
Hunter Lab83.5288-6.372050.4383
CIE-Lab86.8842-2.002083.3566

#fed71f color RGB value is (254,215,31).

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

The process color (four color CMYK) of #fed71f color hex is 0.00, 0.15, 0.88, 0.00. Web safe color of #fed71f is #ffcc33. Color #fed71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 00011111
Octal 376 327 37
Decimal 254 215 31
Hex FE D7 1F

RGB Percentages of Color #fed71f

%50.80
%43.00
%6.20

CMYK Percentages of Color #fed71f

%0
%15
%88
%0

Triadic Colors of #fed71f

#fed71f #1ffed7 #d71ffe

Analogous Colors of #fed71f

#fed71f #b6fe1f #fe681f

Monochromatic Colors of #fed71f

#fed71f

Complementary Color

#fed71f #1f46fe

#fed71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed71f Color CSS Codes

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

#fed71f Text Font Color

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

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


#fed71f Background Color

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

This div background color is #fed71f


#fed71f Border Color

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

This div border color is #fed71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed71f


Comments

No comments written yet.

Please login to write comment.