Color Hex Logo

#fed083 Color Hex

#FED083
(254,208,131)
0 Favorites   0 Comments

Color spaces of #fed083

RGB 254208131
HSL0.100.980.75
HSV38°48°100°
CMYK 0.000.180.48   0.00
XYZ67.525767.821331.0046
Yxy67.82130.40590.4077
Hunter Lab82.35372.241735.3260
CIE-Lab85.91706.851844.1404

#fed083 color RGB value is (254,208,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010000 10000011
Octal 376 320 203
Decimal 254 208 131
Hex FE D0 83

RGB Percentages of Color #fed083

%42.83
%35.08
%22.09

CMYK Percentages of Color #fed083

%0
%18
%48
%0

Triadic Colors of #fed083

#fed083 #83fed0 #d083fe

Analogous Colors of #fed083

#fed083 #effe83 #fe9383

Monochromatic Colors of #fed083

#fed083

Complementary Color

#fed083 #83b1fe

#fed083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed083 Color CSS Codes

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

#fed083 Text Font Color

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

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


#fed083 Background Color

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

This div background color is #fed083


#fed083 Border Color

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

This div border color is #fed083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed083

Related Colors


Comments

No comments written yet.

Please login to write comment.