Color Hex Logo

#fdddb1 Color Hex

#FDDDB1
(253,221,177)
0 Favorites   0 Comments

Color spaces of #fdddb1

RGB 253221177
HSL0.100.950.84
HSV35°30°99°
CMYK 0.000.130.30   0.01
XYZ74.300375.769952.3040
Yxy75.76990.36710.3744
Hunter Lab87.04590.033025.3061
CIE-Lab89.75244.767325.6969

#fdddb1 color RGB value is (253,221,177).

#fdddb1 hex color red value is 253, green value is 221 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fdddb1 hue: 0.10 , saturation: 0.95 and the lightness value of fdddb1 is 0.84.

The process color (four color CMYK) of #fdddb1 color hex is 0.00, 0.13, 0.30, 0.01. Web safe color of #fdddb1 is #ffcc99. Color #fdddb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10110001
Octal 375 335 261
Decimal 253 221 177
Hex FD DD B1

RGB Percentages of Color #fdddb1

%38.86
%33.95
%27.19

CMYK Percentages of Color #fdddb1

%0
%13
%30
%1

Triadic Colors of #fdddb1

#fdddb1 #b1fddd #ddb1fd

Analogous Colors of #fdddb1

#fdddb1 #f7fdb1 #fdb7b1

Monochromatic Colors of #fdddb1

#fdddb1

Complementary Color

#fdddb1 #b1d1fd

#fdddb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddb1 Color CSS Codes

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

#fdddb1 Text Font Color

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

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


#fdddb1 Background Color

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

This div background color is #fdddb1


#fdddb1 Border Color

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

This div border color is #fdddb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddb1


Comments

No comments written yet.

Please login to write comment.