Color Hex Logo

#fdb97e Color Hex

#FDB97E
(253,185,126)
0 Favorites   0 Comments

Color spaces of #fdb97e

RGB 253185126
HSL0.080.970.74
HSV28°50°99°
CMYK 0.000.270.50   0.01
XYZ61.622957.086927.5097
Yxy57.08690.42140.3904
Hunter Lab75.555913.360731.3018
CIE-Lab80.228417.973039.4748

#fdb97e color RGB value is (253,185,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 01111110
Octal 375 271 176
Decimal 253 185 126
Hex FD B9 7E

RGB Percentages of Color #fdb97e

%44.86
%32.80
%22.34

CMYK Percentages of Color #fdb97e

%0
%27
%50
%1

Triadic Colors of #fdb97e

#fdb97e #7efdb9 #b97efd

Analogous Colors of #fdb97e

#fdb97e #fdf97e #fd7e83

Monochromatic Colors of #fdb97e

#fdb97e

Complementary Color

#fdb97e #7ec2fd

#fdb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb97e Color CSS Codes

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

#fdb97e Text Font Color

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

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


#fdb97e Background Color

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

This div background color is #fdb97e


#fdb97e Border Color

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

This div border color is #fdb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb97e


Comments

No comments written yet.

Please login to write comment.