Color Hex Logo

#fdb98c Color Hex

#FDB98C
(253,185,140)
0 Favorites   0 Comments

Color spaces of #fdb98c

RGB 253185140
HSL0.070.970.77
HSV24°45°99°
CMYK 0.000.270.45   0.01
XYZ62.590657.474032.6057
Yxy57.47400.41000.3765
Hunter Lab75.811614.700527.5682
CIE-Lab80.445519.291132.4796

#fdb98c color RGB value is (253,185,140).

#fdb98c hex color red value is 253, green value is 185 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fdb98c hue: 0.07 , saturation: 0.97 and the lightness value of fdb98c is 0.77.

The process color (four color CMYK) of #fdb98c color hex is 0.00, 0.27, 0.45, 0.01. Web safe color of #fdb98c is #ffcc99. Color #fdb98c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10001100
Octal 375 271 214
Decimal 253 185 140
Hex FD B9 8C

RGB Percentages of Color #fdb98c

%43.77
%32.01
%24.22

CMYK Percentages of Color #fdb98c

%0
%27
%45
%1

Triadic Colors of #fdb98c

#fdb98c #8cfdb9 #b98cfd

Analogous Colors of #fdb98c

#fdb98c #fdf28c #fd8c98

Monochromatic Colors of #fdb98c

#fdb98c

Complementary Color

#fdb98c #8cd0fd

#fdb98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb98c Color CSS Codes

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

#fdb98c Text Font Color

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

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


#fdb98c Background Color

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

This div background color is #fdb98c


#fdb98c Border Color

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

This div border color is #fdb98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb98c


Comments

No comments written yet.

Please login to write comment.