Color Hex Logo

#fd984c Color Hex

#FD984C
(253,152,76)
0 Favorites   0 Comments

Color spaces of #fd984c

RGB 25315276
HSL0.070.980.65
HSV26°70°99°
CMYK 0.000.400.70   0.01
XYZ53.040843.860912.5079
Yxy43.86090.48480.4009
Hunter Lab66.227627.060135.1616
CIE-Lab72.135431.755154.7341

#fd984c color RGB value is (253,152,76).

#fd984c hex color red value is 253, green value is 152 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fd984c hue: 0.07 , saturation: 0.98 and the lightness value of fd984c is 0.65.

The process color (four color CMYK) of #fd984c color hex is 0.00, 0.40, 0.70, 0.01. Web safe color of #fd984c is #ff9933. Color #fd984c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 01001100
Octal 375 230 114
Decimal 253 152 76
Hex FD 98 4C

RGB Percentages of Color #fd984c

%52.60
%31.60
%15.80

CMYK Percentages of Color #fd984c

%0
%40
%70
%1

Triadic Colors of #fd984c

#fd984c #4cfd98 #984cfd

Analogous Colors of #fd984c

#fd984c #fdf14c #fd4c59

Monochromatic Colors of #fd984c

#fd984c

Complementary Color

#fd984c #4cb1fd

#fd984c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd984c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd984c Color CSS Codes

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

#fd984c Text Font Color

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

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


#fd984c Background Color

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

This div background color is #fd984c


#fd984c Border Color

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

This div border color is #fd984c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,152,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd984c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd984c;
  -webkit-box-shadow: 1px 1px 3px 2px #fd984c;
  box-shadow:         1px 1px 3px 2px #fd984c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,152,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd984c


Comments

No comments written yet.

Please login to write comment.