Color Hex Logo

#fdb576 Color Hex

#FDB576
(253,181,118)
0 Favorites   0 Comments

Color spaces of #fdb576

RGB 253181118
HSL0.080.970.73
HSV28°53°99°
CMYK 0.000.280.53   0.01
XYZ60.301955.238424.6234
Yxy55.23840.43020.3941
Hunter Lab74.322514.762332.3827
CIE-Lab79.178419.384542.2505

#fdb576 color RGB value is (253,181,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01110110
Octal 375 265 166
Decimal 253 181 118
Hex FD B5 76

RGB Percentages of Color #fdb576

%45.83
%32.79
%21.38

CMYK Percentages of Color #fdb576

%0
%28
%53
%1

Triadic Colors of #fdb576

#fdb576 #76fdb5 #b576fd

Analogous Colors of #fdb576

#fdb576 #fdf976 #fd767b

Monochromatic Colors of #fdb576

#fdb576

Complementary Color

#fdb576 #76befd

#fdb576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb576 Color CSS Codes

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

#fdb576 Text Font Color

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

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


#fdb576 Background Color

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

This div background color is #fdb576


#fdb576 Border Color

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

This div border color is #fdb576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb576

Related Colors


Comments

No comments written yet.

Please login to write comment.