Color Hex Logo

#fed983 Color Hex

#FED983
(254,217,131)
0 Favorites   0 Comments

Color spaces of #fed983

RGB 254217131
HSL0.120.980.75
HSV42°48°100°
CMYK 0.000.150.48   0.00
XYZ69.782672.335231.7569
Yxy72.33520.40130.4160
Hunter Lab85.0501-2.380537.3967
CIE-Lab88.12972.230646.8996

#fed983 color RGB value is (254,217,131).

#fed983 hex color red value is 254, green value is 217 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fed983 hue: 0.12 , saturation: 0.98 and the lightness value of fed983 is 0.75.

The process color (four color CMYK) of #fed983 color hex is 0.00, 0.15, 0.48, 0.00. Web safe color of #fed983 is #ffcc99. Color #fed983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10000011
Octal 376 331 203
Decimal 254 217 131
Hex FE D9 83

RGB Percentages of Color #fed983

%42.19
%36.05
%21.76

CMYK Percentages of Color #fed983

%0
%15
%48
%0

Triadic Colors of #fed983

#fed983 #83fed9 #d983fe

Analogous Colors of #fed983

#fed983 #e6fe83 #fe9c83

Monochromatic Colors of #fed983

#fed983

Complementary Color

#fed983 #83a8fe

#fed983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed983 Color CSS Codes

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

#fed983 Text Font Color

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

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


#fed983 Background Color

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

This div background color is #fed983


#fed983 Border Color

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

This div border color is #fed983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed983

Related Colors


Comments

No comments written yet.

Please login to write comment.