Color Hex Logo

#fdb98a Color Hex

#FDB98A
(253,185,138)
0 Favorites   0 Comments

Color spaces of #fdb98a

RGB 253185138
HSL0.070.970.77
HSV25°45°99°
CMYK 0.000.270.45   0.01
XYZ62.444457.415531.8359
Yxy57.41550.41160.3785
Hunter Lab75.773014.498728.1305
CIE-Lab80.412719.093333.4846

#fdb98a color RGB value is (253,185,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10001010
Octal 375 271 212
Decimal 253 185 138
Hex FD B9 8A

RGB Percentages of Color #fdb98a

%43.92
%32.12
%23.96

CMYK Percentages of Color #fdb98a

%0
%27
%45
%1

Triadic Colors of #fdb98a

#fdb98a #8afdb9 #b98afd

Analogous Colors of #fdb98a

#fdb98a #fdf38a #fd8a95

Monochromatic Colors of #fdb98a

#fdb98a

Complementary Color

#fdb98a #8acefd

#fdb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb98a Color CSS Codes

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

#fdb98a Text Font Color

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

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


#fdb98a Background Color

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

This div background color is #fdb98a


#fdb98a Border Color

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

This div border color is #fdb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb98a


Comments

No comments written yet.

Please login to write comment.