Color Hex Logo

#fed250 Color Hex

#FED250
(254,210,80)
0 Favorites   0 Comments

Color spaces of #fed250

RGB 25421080
HSL0.120.990.65
HSV45°69°100°
CMYK 0.000.170.69   0.00
XYZ65.367667.743217.2199
Yxy67.74320.43480.4506
Hunter Lab82.3063-2.271345.2099
CIE-Lab85.87792.216067.4948

#fed250 color RGB value is (254,210,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 01010000
Octal 376 322 120
Decimal 254 210 80
Hex FE D2 50

RGB Percentages of Color #fed250

%46.69
%38.60
%14.71

CMYK Percentages of Color #fed250

%0
%17
%69
%0

Triadic Colors of #fed250

#fed250 #50fed2 #d250fe

Analogous Colors of #fed250

#fed250 #d3fe50 #fe7b50

Monochromatic Colors of #fed250

#fed250

Complementary Color

#fed250 #507cfe

#fed250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed250 Color CSS Codes

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

#fed250 Text Font Color

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

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


#fed250 Background Color

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

This div background color is #fed250


#fed250 Border Color

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

This div border color is #fed250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed250


Comments

No comments written yet.

Please login to write comment.