Color Hex Logo

#feda11 Color Hex

#FEDA11
(254,218,17)
0 Favorites   0 Comments

Color spaces of #feda11

RGB 25421817
HSL0.140.990.53
HSV51°93°100°
CMYK 0.000.140.93   0.00
XYZ66.045671.254110.8028
Yxy71.25410.44590.4811
Hunter Lab84.4121-8.059651.5008
CIE-Lab87.6083-3.722186.0469

#feda11 color RGB value is (254,218,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00010001
Octal 376 332 21
Decimal 254 218 17
Hex FE DA 11

RGB Percentages of Color #feda11

%51.94
%44.58
%3.48

CMYK Percentages of Color #feda11

%0
%14
%93
%0

Triadic Colors of #feda11

#feda11 #11feda #da11fe

Analogous Colors of #feda11

#feda11 #acfe11 #fe6311

Monochromatic Colors of #feda11

#feda11

Complementary Color

#feda11 #1135fe

#feda11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda11 Color CSS Codes

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

#feda11 Text Font Color

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

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


#feda11 Background Color

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

This div background color is #feda11


#feda11 Border Color

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

This div border color is #feda11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,218,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 #feda11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda11

Related Colors


Comments

No comments written yet.

Please login to write comment.