Color Hex Logo

#fed050 Color Hex

#FED050
(254,208,80)
0 Favorites   0 Comments

Color spaces of #fed050

RGB 25420880
HSL0.120.990.65
HSV44°69°100°
CMYK 0.000.180.69   0.00
XYZ64.876966.761817.0563
Yxy66.76180.43630.4490
Hunter Lab81.7079-1.258044.8189
CIE-Lab85.38353.239866.9860

#fed050 color RGB value is (254,208,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 01010000
Octal 376 320 120
Decimal 254 208 80
Hex FE D0 50

RGB Percentages of Color #fed050

%46.86
%38.38
%14.76

CMYK Percentages of Color #fed050

%0
%18
%69
%0

Triadic Colors of #fed050

#fed050 #50fed0 #d050fe

Analogous Colors of #fed050

#fed050 #d5fe50 #fe7950

Monochromatic Colors of #fed050

#fed050

Complementary Color

#fed050 #507efe

#fed050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed050 Color CSS Codes

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

#fed050 Text Font Color

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

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


#fed050 Background Color

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

This div background color is #fed050


#fed050 Border Color

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

This div border color is #fed050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed050


Comments

No comments written yet.

Please login to write comment.