Color Hex Logo

#fdb391 Color Hex

#FDB391
(253,179,145)
0 Favorites   0 Comments

Color spaces of #fdb391

RGB 253179145
HSL0.050.960.78
HSV19°43°99°
CMYK 0.000.290.43   0.01
XYZ61.738955.167234.1824
Yxy55.16720.40860.3651
Hunter Lab74.274618.393024.7060
CIE-Lab79.137522.946928.1015

#fdb391 color RGB value is (253,179,145).

#fdb391 hex color red value is 253, green value is 179 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fdb391 hue: 0.05 , saturation: 0.96 and the lightness value of fdb391 is 0.78.

The process color (four color CMYK) of #fdb391 color hex is 0.00, 0.29, 0.43, 0.01. Web safe color of #fdb391 is #ffcc99. Color #fdb391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 10010001
Octal 375 263 221
Decimal 253 179 145
Hex FD B3 91

RGB Percentages of Color #fdb391

%43.85
%31.02
%25.13

CMYK Percentages of Color #fdb391

%0
%29
%43
%1

Triadic Colors of #fdb391

#fdb391 #91fdb3 #b391fd

Analogous Colors of #fdb391

#fdb391 #fde991 #fd91a5

Monochromatic Colors of #fdb391

#fdb391

Complementary Color

#fdb391 #91dbfd

#fdb391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb391 Color CSS Codes

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

#fdb391 Text Font Color

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

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


#fdb391 Background Color

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

This div background color is #fdb391


#fdb391 Border Color

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

This div border color is #fdb391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb391

Related Colors


Comments

No comments written yet.

Please login to write comment.