Color Hex Logo

#fdb699 Color Hex

#FDB699
(253,182,153)
0 Favorites   0 Comments

Color spaces of #fdb699

RGB 253182153
HSL0.050.960.80
HSV17°40°99°
CMYK 0.000.280.40   0.01
XYZ62.985756.638537.7496
Yxy56.63850.40020.3599
Hunter Lab75.258617.688522.9412
CIE-Lab79.975822.228824.9741

#fdb699 color RGB value is (253,182,153).

#fdb699 hex color red value is 253, green value is 182 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdb699 hue: 0.05 , saturation: 0.96 and the lightness value of fdb699 is 0.80.

The process color (four color CMYK) of #fdb699 color hex is 0.00, 0.28, 0.40, 0.01. Web safe color of #fdb699 is #ffcc99. Color #fdb699 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 10011001
Octal 375 266 231
Decimal 253 182 153
Hex FD B6 99

RGB Percentages of Color #fdb699

%43.03
%30.95
%26.02

CMYK Percentages of Color #fdb699

%0
%28
%40
%1

Triadic Colors of #fdb699

#fdb699 #99fdb6 #b699fd

Analogous Colors of #fdb699

#fdb699 #fde899 #fd99ae

Monochromatic Colors of #fdb699

#fdb699

Complementary Color

#fdb699 #99e0fd

#fdb699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb699 Color CSS Codes

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

#fdb699 Text Font Color

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

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


#fdb699 Background Color

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

This div background color is #fdb699


#fdb699 Border Color

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

This div border color is #fdb699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb699


Comments

No comments written yet.

Please login to write comment.