Color Hex Logo

#ffdbc9 Color Hex

#FFDBC9
(255,219,201)
0 Favorites   0 Comments

Color spaces of #ffdbc9

RGB 255219201
HSL0.061.000.89
HSV20°21°100°
CMYK 0.000.140.21   0.00
XYZ77.114176.140165.8905
Yxy76.14010.35190.3474
Hunter Lab87.25835.046516.3097
CIE-Lab89.92439.768613.4604

#ffdbc9 color RGB value is (255,219,201).

#ffdbc9 hex color red value is 255, green value is 219 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #ffdbc9 hue: 0.06 , saturation: 1.00 and the lightness value of ffdbc9 is 0.89.

The process color (four color CMYK) of #ffdbc9 color hex is 0.00, 0.14, 0.21, 0.00. Web safe color of #ffdbc9 is #ffcccc. Color #ffdbc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 11001001
Octal 377 333 311
Decimal 255 219 201
Hex FF DB C9

RGB Percentages of Color #ffdbc9

%37.78
%32.44
%29.78

CMYK Percentages of Color #ffdbc9

%0
%14
%21
%0

Triadic Colors of #ffdbc9

#ffdbc9 #c9ffdb #dbc9ff

Analogous Colors of #ffdbc9

#ffdbc9 #fff6c9 #ffc9d2

Monochromatic Colors of #ffdbc9

#ffdbc9

Complementary Color

#ffdbc9 #c9edff

#ffdbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbc9 Color CSS Codes

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

#ffdbc9 Text Font Color

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

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


#ffdbc9 Background Color

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

This div background color is #ffdbc9


#ffdbc9 Border Color

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

This div border color is #ffdbc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,219,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffdbc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffdbc9;
  -webkit-box-shadow: 1px 1px 3px 2px #ffdbc9;
  box-shadow:         1px 1px 3px 2px #ffdbc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,219,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbc9

Related Colors

#ffdbc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.