Color Hex Logo

#fdb98f Color Hex

#FDB98F
(253,185,143)
0 Favorites   0 Comments

Color spaces of #fdb98f

RGB 253185143
HSL0.060.960.78
HSV23°43°99°
CMYK 0.000.270.43   0.01
XYZ62.814957.563733.7868
Yxy57.56370.40750.3734
Hunter Lab75.870715.009926.7065
CIE-Lab80.495619.594030.9696

#fdb98f color RGB value is (253,185,143).

#fdb98f hex color red value is 253, green value is 185 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fdb98f hue: 0.06 , saturation: 0.96 and the lightness value of fdb98f is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10001111
Octal 375 271 217
Decimal 253 185 143
Hex FD B9 8F

RGB Percentages of Color #fdb98f

%43.55
%31.84
%24.61

CMYK Percentages of Color #fdb98f

%0
%27
%43
%1

Triadic Colors of #fdb98f

#fdb98f #8ffdb9 #b98ffd

Analogous Colors of #fdb98f

#fdb98f #fdf08f #fd8f9c

Monochromatic Colors of #fdb98f

#fdb98f

Complementary Color

#fdb98f #8fd3fd

#fdb98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb98f Color CSS Codes

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

#fdb98f Text Font Color

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

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


#fdb98f Background Color

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

This div background color is #fdb98f


#fdb98f Border Color

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

This div border color is #fdb98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb98f


Comments

No comments written yet.

Please login to write comment.