Color Hex Logo

#fdb57f Color Hex

#FDB57F
(253,181,127)
0 Favorites   0 Comments

Color spaces of #fdb57f

RGB 253181127
HSL0.070.970.75
HSV26°50°99°
CMYK 0.000.280.50   0.01
XYZ60.862755.462727.5762
Yxy55.46270.42290.3854
Hunter Lab74.473315.549530.1772
CIE-Lab79.307020.157737.7843

#fdb57f color RGB value is (253,181,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01111111
Octal 375 265 177
Decimal 253 181 127
Hex FD B5 7F

RGB Percentages of Color #fdb57f

%45.10
%32.26
%22.64

CMYK Percentages of Color #fdb57f

%0
%28
%50
%1

Triadic Colors of #fdb57f

#fdb57f #7ffdb5 #b57ffd

Analogous Colors of #fdb57f

#fdb57f #fdf47f #fd7f88

Monochromatic Colors of #fdb57f

#fdb57f

Complementary Color

#fdb57f #7fc7fd

#fdb57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb57f Color CSS Codes

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

#fdb57f Text Font Color

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

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


#fdb57f Background Color

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

This div background color is #fdb57f


#fdb57f Border Color

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

This div border color is #fdb57f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,181,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 #fdb57f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb57f

Related Colors


Comments

No comments written yet.

Please login to write comment.