Color Hex Logo

#fed450 Color Hex

#FED450
(254,212,80)
0 Favorites   0 Comments

Color spaces of #fed450

RGB 25421280
HSL0.130.990.65
HSV46°69°100°
CMYK 0.000.170.69   0.00
XYZ65.864568.737017.3855
Yxy68.73700.43340.4523
Hunter Lab82.9078-3.282745.6025
CIE-Lab86.37361.194668.0040

#fed450 color RGB value is (254,212,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01010000
Octal 376 324 120
Decimal 254 212 80
Hex FE D4 50

RGB Percentages of Color #fed450

%46.52
%38.83
%14.65

CMYK Percentages of Color #fed450

%0
%17
%69
%0

Triadic Colors of #fed450

#fed450 #50fed4 #d450fe

Analogous Colors of #fed450

#fed450 #d1fe50 #fe7d50

Monochromatic Colors of #fed450

#fed450

Complementary Color

#fed450 #507afe

#fed450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed450 Color CSS Codes

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

#fed450 Text Font Color

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

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


#fed450 Background Color

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

This div background color is #fed450


#fed450 Border Color

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

This div border color is #fed450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed450

#fed450 Color Palettes


Comments

No comments written yet.

Please login to write comment.