Color Hex Logo

#fdb58e Color Hex

#FDB58E
(253,181,142)
0 Favorites   0 Comments

Color spaces of #fdb58e

RGB 253181142
HSL0.060.970.77
HSV21°44°99°
CMYK 0.000.280.44   0.01
XYZ61.914455.883433.1145
Yxy55.88340.41030.3703
Hunter Lab74.755217.017226.0648
CIE-Lab79.547421.589830.2389

#fdb58e color RGB value is (253,181,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 10001110
Octal 375 265 216
Decimal 253 181 142
Hex FD B5 8E

RGB Percentages of Color #fdb58e

%43.92
%31.42
%24.65

CMYK Percentages of Color #fdb58e

%0
%28
%44
%1

Triadic Colors of #fdb58e

#fdb58e #8efdb5 #b58efd

Analogous Colors of #fdb58e

#fdb58e #fded8e #fd8e9f

Monochromatic Colors of #fdb58e

#fdb58e

Complementary Color

#fdb58e #8ed6fd

#fdb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb58e Color CSS Codes

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

#fdb58e Text Font Color

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

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


#fdb58e Background Color

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

This div background color is #fdb58e


#fdb58e Border Color

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

This div border color is #fdb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb58e


Comments

No comments written yet.

Please login to write comment.