Color Hex Logo

#fdb58d Color Hex

#FDB58D
(253,181,141)
0 Favorites   0 Comments

Color spaces of #fdb58d

RGB 253181141
HSL0.060.970.77
HSV21°44°99°
CMYK 0.000.280.44   0.01
XYZ61.839655.853532.7208
Yxy55.85350.41110.3713
Hunter Lab74.735216.913126.3561
CIE-Lab79.530421.488730.7446

#fdb58d color RGB value is (253,181,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 10001101
Octal 375 265 215
Decimal 253 181 141
Hex FD B5 8D

RGB Percentages of Color #fdb58d

%44.00
%31.48
%24.52

CMYK Percentages of Color #fdb58d

%0
%28
%44
%1

Triadic Colors of #fdb58d

#fdb58d #8dfdb5 #b58dfd

Analogous Colors of #fdb58d

#fdb58d #fded8d #fd8d9d

Monochromatic Colors of #fdb58d

#fdb58d

Complementary Color

#fdb58d #8dd5fd

#fdb58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb58d Color CSS Codes

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

#fdb58d Text Font Color

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

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


#fdb58d Background Color

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

This div background color is #fdb58d


#fdb58d Border Color

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

This div border color is #fdb58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb58d


Comments

No comments written yet.

Please login to write comment.