Color Hex Logo

#fdb569 Color Hex

#FDB569
(253,181,105)
0 Favorites   0 Comments

Color spaces of #fdb569

RGB 253181105
HSL0.090.970.70
HSV31°58°99°
CMYK 0.000.280.58   0.01
XYZ59.581754.950320.8308
Yxy54.95030.44020.4059
Hunter Lab74.128513.746835.2289
CIE-Lab79.012618.381748.5726

#fdb569 color RGB value is (253,181,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110101 01101001
Octal 375 265 151
Decimal 253 181 105
Hex FD B5 69

RGB Percentages of Color #fdb569

%46.94
%33.58
%19.48

CMYK Percentages of Color #fdb569

%0
%28
%58
%1

Triadic Colors of #fdb569

#fdb569 #69fdb5 #b569fd

Analogous Colors of #fdb569

#fdb569 #fbfd69 #fd6b69

Monochromatic Colors of #fdb569

#fdb569

Complementary Color

#fdb569 #69b1fd

#fdb569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb569 Color CSS Codes

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

#fdb569 Text Font Color

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

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


#fdb569 Background Color

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

This div background color is #fdb569


#fdb569 Border Color

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

This div border color is #fdb569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb569

#fdb569 Color Palettes


Comments

No comments written yet.

Please login to write comment.