Color Hex Logo

#fdb97f Color Hex

#FDB97F
(253,185,127)
0 Favorites   0 Comments

Color spaces of #fdb97f

RGB 253185127
HSL0.080.970.75
HSV28°50°99°
CMYK 0.000.270.50   0.01
XYZ61.687757.112927.8513
Yxy57.11290.42060.3894
Hunter Lab75.573113.450531.0507
CIE-Lab80.243118.061738.9788

#fdb97f color RGB value is (253,185,127).

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

The process color (four color CMYK) of #fdb97f color hex is 0.00, 0.27, 0.50, 0.01. Web safe color of #fdb97f is #ffcc66. Color #fdb97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01111111
Octal 375 271 177
Decimal 253 185 127
Hex FD B9 7F

RGB Percentages of Color #fdb97f

%44.78
%32.74
%22.48

CMYK Percentages of Color #fdb97f

%0
%27
%50
%1

Triadic Colors of #fdb97f

#fdb97f #7ffdb9 #b97ffd

Analogous Colors of #fdb97f

#fdb97f #fdf87f #fd7f84

Monochromatic Colors of #fdb97f

#fdb97f

Complementary Color

#fdb97f #7fc3fd

#fdb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb97f Color CSS Codes

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

#fdb97f Text Font Color

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

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


#fdb97f Background Color

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

This div background color is #fdb97f


#fdb97f Border Color

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

This div border color is #fdb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb97f


Comments

No comments written yet.

Please login to write comment.