Color Hex Logo

#fed581 Color Hex

#FED581
(254,213,129)
0 Favorites   0 Comments

Color spaces of #fed581

RGB 254213129
HSL0.110.980.75
HSV40°49°100°
CMYK 0.000.160.49   0.00
XYZ68.629770.244330.7102
Yxy70.24430.40470.4142
Hunter Lab83.8119-0.505336.9434
CIE-Lab87.11654.099746.6263

#fed581 color RGB value is (254,213,129).

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

The process color (four color CMYK) of #fed581 color hex is 0.00, 0.16, 0.49, 0.00. Web safe color of #fed581 is #ffcc99. Color #fed581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 10000001
Octal 376 325 201
Decimal 254 213 129
Hex FE D5 81

RGB Percentages of Color #fed581

%42.62
%35.74
%21.64

CMYK Percentages of Color #fed581

%0
%16
%49
%0

Triadic Colors of #fed581

#fed581 #81fed5 #d581fe

Analogous Colors of #fed581

#fed581 #e9fe81 #fe9781

Monochromatic Colors of #fed581

#fed581

Complementary Color

#fed581 #81aafe

#fed581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed581 Color CSS Codes

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

#fed581 Text Font Color

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

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


#fed581 Background Color

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

This div background color is #fed581


#fed581 Border Color

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

This div border color is #fed581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed581

Related Colors


Comments

No comments written yet.

Please login to write comment.