Color Hex Logo

#fed481 Color Hex

#FED481
(254,212,129)
0 Favorites   0 Comments

Color spaces of #fed481

RGB 254212129
HSL0.110.980.75
HSV40°49°100°
CMYK 0.000.170.49   0.00
XYZ68.379069.742830.6266
Yxy69.74280.40520.4133
Hunter Lab83.51220.007936.7150
CIE-Lab86.87064.613146.3213

#fed481 color RGB value is (254,212,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10000001
Octal 376 324 201
Decimal 254 212 129
Hex FE D4 81

RGB Percentages of Color #fed481

%42.69
%35.63
%21.68

CMYK Percentages of Color #fed481

%0
%17
%49
%0

Triadic Colors of #fed481

#fed481 #81fed4 #d481fe

Analogous Colors of #fed481

#fed481 #eafe81 #fe9681

Monochromatic Colors of #fed481

#fed481

Complementary Color

#fed481 #81abfe

#fed481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed481 Color CSS Codes

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

#fed481 Text Font Color

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

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


#fed481 Background Color

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

This div background color is #fed481


#fed481 Border Color

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

This div border color is #fed481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed481

Related Colors


Comments

No comments written yet.

Please login to write comment.