Color Hex Logo

#feda2d Color Hex

#FEDA2D
(254,218,45)
0 Favorites   0 Comments

Color spaces of #feda2d

RGB 25421845
HSL0.140.990.59
HSV50°82°100°
CMYK 0.000.140.82   0.00
XYZ66.418171.403112.7642
Yxy71.40310.44110.4742
Hunter Lab84.5004-7.572950.1942
CIE-Lab87.6805-3.202180.8763

#feda2d color RGB value is (254,218,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 00101101
Octal 376 332 55
Decimal 254 218 45
Hex FE DA 2D

RGB Percentages of Color #feda2d

%49.13
%42.17
%8.70

CMYK Percentages of Color #feda2d

%0
%14
%82
%0

Triadic Colors of #feda2d

#feda2d #2dfeda #da2dfe

Analogous Colors of #feda2d

#feda2d #bafe2d #fe722d

Monochromatic Colors of #feda2d

#feda2d

Complementary Color

#feda2d #2d51fe

#feda2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda2d Color CSS Codes

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

#feda2d Text Font Color

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

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


#feda2d Background Color

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

This div background color is #feda2d


#feda2d Border Color

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

This div border color is #feda2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda2d


Comments

No comments written yet.

Please login to write comment.