Color Hex Logo

#feda51 Color Hex

#FEDA51
(254,218,81)
0 Favorites   0 Comments

Color spaces of #feda51

RGB 25421881
HSL0.130.990.66
HSV48°68°100°
CMYK 0.000.140.68   0.00
XYZ67.429771.807718.0909
Yxy71.80770.42860.4564
Hunter Lab84.7394-6.256246.6599
CIE-Lab87.8759-1.803469.1461

#feda51 color RGB value is (254,218,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 01010001
Octal 376 332 121
Decimal 254 218 81
Hex FE DA 51

RGB Percentages of Color #feda51

%45.93
%39.42
%14.65

CMYK Percentages of Color #feda51

%0
%14
%68
%0

Triadic Colors of #feda51

#feda51 #51feda #da51fe

Analogous Colors of #feda51

#feda51 #ccfe51 #fe8451

Monochromatic Colors of #feda51

#feda51

Complementary Color

#feda51 #5175fe

#feda51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda51 Color CSS Codes

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

#feda51 Text Font Color

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

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


#feda51 Background Color

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

This div background color is #feda51


#feda51 Border Color

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

This div border color is #feda51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda51


Comments

No comments written yet.

Please login to write comment.