Color Hex Logo

#fdb171 Color Hex

#FDB171
(253,177,113)
0 Favorites   0 Comments

Color spaces of #fdb171

RGB 253177113
HSL0.080.970.72
HSV27°55°99°
CMYK 0.000.300.55   0.01
XYZ59.210853.519222.8323
Yxy53.51920.43680.3948
Hunter Lab73.156816.447832.7053
CIE-Lab78.180521.078543.5593

#fdb171 color RGB value is (253,177,113).

#fdb171 hex color red value is 253, green value is 177 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fdb171 hue: 0.08 , saturation: 0.97 and the lightness value of fdb171 is 0.72.

The process color (four color CMYK) of #fdb171 color hex is 0.00, 0.30, 0.55, 0.01. Web safe color of #fdb171 is #ff9966. Color #fdb171 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 01110001
Octal 375 261 161
Decimal 253 177 113
Hex FD B1 71

RGB Percentages of Color #fdb171

%46.59
%32.60
%20.81

CMYK Percentages of Color #fdb171

%0
%30
%55
%1

Triadic Colors of #fdb171

#fdb171 #71fdb1 #b171fd

Analogous Colors of #fdb171

#fdb171 #fdf771 #fd7177

Monochromatic Colors of #fdb171

#fdb171

Complementary Color

#fdb171 #71bdfd

#fdb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb171 Color CSS Codes

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

#fdb171 Text Font Color

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

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


#fdb171 Background Color

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

This div background color is #fdb171


#fdb171 Border Color

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

This div border color is #fdb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb171


Comments

No comments written yet.

Please login to write comment.