Color Hex Logo

#fdb78d Color Hex

#FDB78D
(253,183,141)
0 Favorites   0 Comments

Color spaces of #fdb78d

RGB 253183141
HSL0.060.970.77
HSV23°44°99°
CMYK 0.000.280.44   0.01
XYZ62.249256.672732.8573
Yxy56.67270.41010.3734
Hunter Lab75.281315.857326.8191
CIE-Lab79.995120.439831.3599

#fdb78d color RGB value is (253,183,141).

#fdb78d hex color red value is 253, green value is 183 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fdb78d hue: 0.06 , saturation: 0.97 and the lightness value of fdb78d is 0.77.

The process color (four color CMYK) of #fdb78d color hex is 0.00, 0.28, 0.44, 0.01. Web safe color of #fdb78d is #ffcc99. Color #fdb78d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 10001101
Octal 375 267 215
Decimal 253 183 141
Hex FD B7 8D

RGB Percentages of Color #fdb78d

%43.85
%31.72
%24.44

CMYK Percentages of Color #fdb78d

%0
%28
%44
%1

Triadic Colors of #fdb78d

#fdb78d #8dfdb7 #b78dfd

Analogous Colors of #fdb78d

#fdb78d #fdef8d #fd8d9b

Monochromatic Colors of #fdb78d

#fdb78d

Complementary Color

#fdb78d #8dd3fd

#fdb78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb78d Color CSS Codes

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

#fdb78d Text Font Color

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

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


#fdb78d Background Color

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

This div background color is #fdb78d


#fdb78d Border Color

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

This div border color is #fdb78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb78d

Related Colors


Comments

No comments written yet.

Please login to write comment.