Color Hex Logo

#fdb98b Color Hex

#FDB98B
(253,185,139)
0 Favorites   0 Comments

Color spaces of #fdb98b

RGB 253185139
HSL0.070.970.77
HSV24°45°99°
CMYK 0.000.270.45   0.01
XYZ62.517257.444732.2190
Yxy57.44470.41080.3775
Hunter Lab75.792314.599127.8507
CIE-Lab80.429119.191732.9824

#fdb98b color RGB value is (253,185,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10001011
Octal 375 271 213
Decimal 253 185 139
Hex FD B9 8B

RGB Percentages of Color #fdb98b

%43.85
%32.06
%24.09

CMYK Percentages of Color #fdb98b

%0
%27
%45
%1

Triadic Colors of #fdb98b

#fdb98b #8bfdb9 #b98bfd

Analogous Colors of #fdb98b

#fdb98b #fdf28b #fd8b96

Monochromatic Colors of #fdb98b

#fdb98b

Complementary Color

#fdb98b #8bcffd

#fdb98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb98b Color CSS Codes

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

#fdb98b Text Font Color

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

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


#fdb98b Background Color

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

This div background color is #fdb98b


#fdb98b Border Color

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

This div border color is #fdb98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb98b


Comments

No comments written yet.

Please login to write comment.