Color Hex Logo

#fdb771 Color Hex

#FDB771
(253,183,113)
0 Favorites   0 Comments

Color spaces of #fdb771

RGB 253183113
HSL0.080.970.72
HSV30°55°99°
CMYK 0.000.280.55   0.01
XYZ60.422155.941923.2361
Yxy55.94190.43280.4007
Hunter Lab74.794313.310033.9366
CIE-Lab79.580717.935545.2770

#fdb771 color RGB value is (253,183,113).

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

The process color (four color CMYK) of #fdb771 color hex is 0.00, 0.28, 0.55, 0.01. Web safe color of #fdb771 is #ffcc66. Color #fdb771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 01110001
Octal 375 267 161
Decimal 253 183 113
Hex FD B7 71

RGB Percentages of Color #fdb771

%46.08
%33.33
%20.58

CMYK Percentages of Color #fdb771

%0
%28
%55
%1

Triadic Colors of #fdb771

#fdb771 #71fdb7 #b771fd

Analogous Colors of #fdb771

#fdb771 #fdfd71 #fd7171

Monochromatic Colors of #fdb771

#fdb771

Complementary Color

#fdb771 #71b7fd

#fdb771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb771 Color CSS Codes

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

#fdb771 Text Font Color

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

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


#fdb771 Background Color

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

This div background color is #fdb771


#fdb771 Border Color

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

This div border color is #fdb771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb771

Related Colors


Comments

No comments written yet.

Please login to write comment.