Color Hex Logo

#fd884c Color Hex

#FD884C
(253,136,76)
0 Favorites   0 Comments

Color spaces of #fd884c

RGB 25313676
HSL0.060.980.65
HSV20°70°99°
CMYK 0.000.460.70   0.01
XYZ50.616739.012811.6999
Yxy39.01280.49950.3850
Hunter Lab62.460235.347932.6161
CIE-Lab68.760539.932851.0556

#fd884c color RGB value is (253,136,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 01001100
Octal 375 210 114
Decimal 253 136 76
Hex FD 88 4C

RGB Percentages of Color #fd884c

%54.41
%29.25
%16.34

CMYK Percentages of Color #fd884c

%0
%46
%70
%1

Triadic Colors of #fd884c

#fd884c #4cfd88 #884cfd

Analogous Colors of #fd884c

#fd884c #fde14c #fd4c69

Monochromatic Colors of #fd884c

#fd884c

Complementary Color

#fd884c #4cc1fd

#fd884c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd884c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd884c Color CSS Codes

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

#fd884c Text Font Color

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

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


#fd884c Background Color

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

This div background color is #fd884c


#fd884c Border Color

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

This div border color is #fd884c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd884c


Comments

No comments written yet.

Please login to write comment.