Color Hex Logo

#fedf51 Color Hex

#FEDF51
(254,223,81)
0 Favorites   0 Comments

Color spaces of #fedf51

RGB 25422381
HSL0.140.990.66
HSV49°68°100°
CMYK 0.000.120.68   0.00
XYZ68.745974.440318.5297
Yxy74.44030.42510.4603
Hunter Lab86.2788-8.761247.6617
CIE-Lab89.1302-4.326770.4267

#fedf51 color RGB value is (254,223,81).

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

The process color (four color CMYK) of #fedf51 color hex is 0.00, 0.12, 0.68, 0.00. Web safe color of #fedf51 is #ffcc66. Color #fedf51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 01010001
Octal 376 337 121
Decimal 254 223 81
Hex FE DF 51

RGB Percentages of Color #fedf51

%45.52
%39.96
%14.52

CMYK Percentages of Color #fedf51

%0
%12
%68
%0

Triadic Colors of #fedf51

#fedf51 #51fedf #df51fe

Analogous Colors of #fedf51

#fedf51 #c7fe51 #fe8951

Monochromatic Colors of #fedf51

#fedf51

Complementary Color

#fedf51 #5170fe

#fedf51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf51 Color CSS Codes

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

#fedf51 Text Font Color

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

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


#fedf51 Background Color

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

This div background color is #fedf51


#fedf51 Border Color

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

This div border color is #fedf51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf51

Related Colors


Comments

No comments written yet.

Please login to write comment.