Color Hex Logo

#ffdbbc Color Hex

#FFDBBC
(255,219,188)
2 Favorites   0 Comments

Color spaces of #ffdbbc

RGB 255219188
HSL0.081.000.87
HSV28°26°100°
CMYK 0.000.140.26   0.00
XYZ75.648675.553958.1732
Yxy75.55390.36130.3609
Hunter Lab86.92173.236721.1648
CIE-Lab89.65187.970319.8711

#ffdbbc color RGB value is (255,219,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 10111100
Octal 377 333 274
Decimal 255 219 188
Hex FF DB BC

RGB Percentages of Color #ffdbbc

%38.52
%33.08
%28.40

CMYK Percentages of Color #ffdbbc

%0
%14
%26
%0

Triadic Colors of #ffdbbc

#ffdbbc #bcffdb #dbbcff

Analogous Colors of #ffdbbc

#ffdbbc #fffdbc #ffbcbf

Monochromatic Colors of #ffdbbc

#ffdbbc

Complementary Color

#ffdbbc #bce0ff

#ffdbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbbc Color CSS Codes

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

#ffdbbc Text Font Color

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

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


#ffdbbc Background Color

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

This div background color is #ffdbbc


#ffdbbc Border Color

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

This div border color is #ffdbbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,219,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 #ffdbbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbbc

#ffdbbc Color Palettes


Comments

No comments written yet.

Please login to write comment.