Color Hex Logo

#fed45a Color Hex

#FED45A
(254,212,90)
0 Favorites   0 Comments

Color spaces of #fed45a

RGB 25421290
HSL0.120.990.67
HSV45°65°100°
CMYK 0.000.170.65   0.00
XYZ66.262068.896019.4787
Yxy68.89600.42850.4455
Hunter Lab83.0036-2.759344.1888
CIE-Lab86.45251.742963.9494

#fed45a color RGB value is (254,212,90).

#fed45a hex color red value is 254, green value is 212 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fed45a hue: 0.12 , saturation: 0.99 and the lightness value of fed45a is 0.67.

The process color (four color CMYK) of #fed45a color hex is 0.00, 0.17, 0.65, 0.00. Web safe color of #fed45a is #ffcc66. Color #fed45a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01011010
Octal 376 324 132
Decimal 254 212 90
Hex FE D4 5A

RGB Percentages of Color #fed45a

%45.68
%38.13
%16.19

CMYK Percentages of Color #fed45a

%0
%17
%65
%0

Triadic Colors of #fed45a

#fed45a #5afed4 #d45afe

Analogous Colors of #fed45a

#fed45a #d6fe5a #fe825a

Monochromatic Colors of #fed45a

#fed45a

Complementary Color

#fed45a #5a84fe

#fed45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed45a Color CSS Codes

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

#fed45a Text Font Color

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

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


#fed45a Background Color

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

This div background color is #fed45a


#fed45a Border Color

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

This div border color is #fed45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed45a

#fed45a Color Palettes


Comments

No comments written yet.

Please login to write comment.