Color Hex Logo

#fdb389 Color Hex

#FDB389
(253,179,137)
0 Favorites   0 Comments

Color spaces of #fdb389

RGB 253179137
HSL0.060.970.76
HSV22°46°99°
CMYK 0.000.290.46   0.01
XYZ61.143554.929031.0467
Yxy54.92900.41560.3734
Hunter Lab74.114117.561327.0430
CIE-Lab79.000422.141432.1556

#fdb389 color RGB value is (253,179,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 10001001
Octal 375 263 211
Decimal 253 179 137
Hex FD B3 89

RGB Percentages of Color #fdb389

%44.46
%31.46
%24.08

CMYK Percentages of Color #fdb389

%0
%29
%46
%1

Triadic Colors of #fdb389

#fdb389 #89fdb3 #b389fd

Analogous Colors of #fdb389

#fdb389 #fded89 #fd8999

Monochromatic Colors of #fdb389

#fdb389

Complementary Color

#fdb389 #89d3fd

#fdb389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb389 Color CSS Codes

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

#fdb389 Text Font Color

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

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


#fdb389 Background Color

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

This div background color is #fdb389


#fdb389 Border Color

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

This div border color is #fdb389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb389


Comments

No comments written yet.

Please login to write comment.