Color Hex Logo

#fed984 Color Hex

#FED984
(254,217,132)
0 Favorites   0 Comments

Color spaces of #fed984

RGB 254217132
HSL0.120.980.76
HSV42°48°100°
CMYK 0.000.150.48   0.00
XYZ69.850872.362532.1156
Yxy72.36250.40070.4151
Hunter Lab85.0662-2.293237.1622
CIE-Lab88.14282.321146.4247

#fed984 color RGB value is (254,217,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 10000100
Octal 376 331 204
Decimal 254 217 132
Hex FE D9 84

RGB Percentages of Color #fed984

%42.12
%35.99
%21.89

CMYK Percentages of Color #fed984

%0
%15
%48
%0

Triadic Colors of #fed984

#fed984 #84fed9 #d984fe

Analogous Colors of #fed984

#fed984 #e6fe84 #fe9c84

Monochromatic Colors of #fed984

#fed984

Complementary Color

#fed984 #84a9fe

#fed984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed984 Color CSS Codes

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

#fed984 Text Font Color

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

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


#fed984 Background Color

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

This div background color is #fed984


#fed984 Border Color

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

This div border color is #fed984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed984


Comments

No comments written yet.

Please login to write comment.