Color Hex Logo

#fdddbc Color Hex

#FDDDBC
(253,221,188)
0 Favorites   0 Comments

Color spaces of #fdddbc

RGB 253221188
HSL0.080.940.86
HSV30°26°99°
CMYK 0.000.130.26   0.01
XYZ75.441676.226458.3139
Yxy76.22640.35930.3630
Hunter Lab87.30771.451321.5149
CIE-Lab89.96446.200120.2792

#fdddbc color RGB value is (253,221,188).

#fdddbc hex color red value is 253, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fdddbc hue: 0.08 , saturation: 0.94 and the lightness value of fdddbc is 0.86.

The process color (four color CMYK) of #fdddbc color hex is 0.00, 0.13, 0.26, 0.01. Web safe color of #fdddbc is #ffcccc. Color #fdddbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10111100
Octal 375 335 274
Decimal 253 221 188
Hex FD DD BC

RGB Percentages of Color #fdddbc

%38.22
%33.38
%28.40

CMYK Percentages of Color #fdddbc

%0
%13
%26
%1

Triadic Colors of #fdddbc

#fdddbc #bcfddd #ddbcfd

Analogous Colors of #fdddbc

#fdddbc #fdfdbc #fdbdbc

Monochromatic Colors of #fdddbc

#fdddbc

Complementary Color

#fdddbc #bcdcfd

#fdddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddbc Color CSS Codes

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

#fdddbc Text Font Color

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

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


#fdddbc Background Color

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

This div background color is #fdddbc


#fdddbc Border Color

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

This div border color is #fdddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddbc


Comments

No comments written yet.

Please login to write comment.