Color Hex Logo

#fdba7f Color Hex

#FDBA7F
(253,186,127)
0 Favorites   0 Comments

Color spaces of #fdba7f

RGB 253186127
HSL0.080.970.75
HSV28°50°99°
CMYK 0.000.260.50   0.01
XYZ61.897757.532827.9212
Yxy57.53280.42010.3904
Hunter Lab75.850412.926831.2701
CIE-Lab80.478317.538239.2783

#fdba7f color RGB value is (253,186,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 01111111
Octal 375 272 177
Decimal 253 186 127
Hex FD BA 7F

RGB Percentages of Color #fdba7f

%44.70
%32.86
%22.44

CMYK Percentages of Color #fdba7f

%0
%26
%50
%1

Triadic Colors of #fdba7f

#fdba7f #7ffdba #ba7ffd

Analogous Colors of #fdba7f

#fdba7f #fdf97f #fd7f83

Monochromatic Colors of #fdba7f

#fdba7f

Complementary Color

#fdba7f #7fc2fd

#fdba7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdba7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdba7f Color CSS Codes

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

#fdba7f Text Font Color

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

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


#fdba7f Background Color

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

This div background color is #fdba7f


#fdba7f Border Color

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

This div border color is #fdba7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdba7f

Related Colors


Comments

No comments written yet.

Please login to write comment.