Color Hex Logo

#feda2c Color Hex

#FEDA2C
(254,218,44)
0 Favorites   0 Comments

Color spaces of #feda2c

RGB 25421844
HSL0.140.990.58
HSV50°83°100°
CMYK 0.000.140.83   0.00
XYZ66.399171.395512.6640
Yxy71.39550.44130.4745
Hunter Lab84.4959-7.597750.2609
CIE-Lab87.6768-3.228681.1268

#feda2c color RGB value is (254,218,44).

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

The process color (four color CMYK) of #feda2c color hex is 0.00, 0.14, 0.83, 0.00. Web safe color of #feda2c is #ffcc33. Color #feda2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00101100
Octal 376 332 54
Decimal 254 218 44
Hex FE DA 2C

RGB Percentages of Color #feda2c

%49.22
%42.25
%8.53

CMYK Percentages of Color #feda2c

%0
%14
%83
%0

Triadic Colors of #feda2c

#feda2c #2cfeda #da2cfe

Analogous Colors of #feda2c

#feda2c #b9fe2c #fe712c

Monochromatic Colors of #feda2c

#feda2c

Complementary Color

#feda2c #2c50fe

#feda2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda2c Color CSS Codes

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

#feda2c Text Font Color

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

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


#feda2c Background Color

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

This div background color is #feda2c


#feda2c Border Color

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

This div border color is #feda2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda2c


Comments

No comments written yet.

Please login to write comment.