Color Hex Logo

#fdb37f Color Hex

#FDB37F
(253,179,127)
0 Favorites   0 Comments

Color spaces of #fdb37f

RGB 253179127
HSL0.070.970.75
HSV25°50°99°
CMYK 0.000.290.50   0.01
XYZ60.458954.655227.4416
Yxy54.65520.42410.3834
Hunter Lab73.929216.600429.7427
CIE-Lab78.842221.206037.1892

#fdb37f color RGB value is (253,179,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01111111
Octal 375 263 177
Decimal 253 179 127
Hex FD B3 7F

RGB Percentages of Color #fdb37f

%45.26
%32.02
%22.72

CMYK Percentages of Color #fdb37f

%0
%29
%50
%1

Triadic Colors of #fdb37f

#fdb37f #7ffdb3 #b37ffd

Analogous Colors of #fdb37f

#fdb37f #fdf27f #fd7f8a

Monochromatic Colors of #fdb37f

#fdb37f

Complementary Color

#fdb37f #7fc9fd

#fdb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb37f Color CSS Codes

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

#fdb37f Text Font Color

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

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


#fdb37f Background Color

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

This div background color is #fdb37f


#fdb37f Border Color

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

This div border color is #fdb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb37f


Comments

No comments written yet.

Please login to write comment.