Color Hex Logo

#fedf11 Color Hex

#FEDF11
(254,223,17)
0 Favorites   0 Comments

Color spaces of #fedf11

RGB 25422317
HSL0.140.990.53
HSV52°93°100°
CMYK 0.000.120.93   0.00
XYZ67.361973.886711.2415
Yxy73.88670.44170.4845
Hunter Lab85.9574-10.541052.4162
CIE-Lab88.8689-6.232986.9836

#fedf11 color RGB value is (254,223,17).

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

The process color (four color CMYK) of #fedf11 color hex is 0.00, 0.12, 0.93, 0.00. Web safe color of #fedf11 is #ffcc00. Color #fedf11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011111 00010001
Octal 376 337 21
Decimal 254 223 17
Hex FE DF 11

RGB Percentages of Color #fedf11

%51.42
%45.14
%3.44

CMYK Percentages of Color #fedf11

%0
%12
%93
%0

Triadic Colors of #fedf11

#fedf11 #11fedf #df11fe

Analogous Colors of #fedf11

#fedf11 #a7fe11 #fe6911

Monochromatic Colors of #fedf11

#fedf11

Complementary Color

#fedf11 #1130fe

#fedf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedf11 Color CSS Codes

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

#fedf11 Text Font Color

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

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


#fedf11 Background Color

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

This div background color is #fedf11


#fedf11 Border Color

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

This div border color is #fedf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedf11


Comments

No comments written yet.

Please login to write comment.