Color Hex Logo

#ffdbdb Color Hex

#FFDBDB
(255,219,219)
7 Favorites   0 Comments

Color spaces of #ffdbdb

RGB 255219219
HSL0.001.000.93
HSV14°100°
CMYK 0.000.140.14   0.00
XYZ79.357777.037577.7050
Yxy77.03750.33900.3291
Hunter Lab87.77107.79068.9494
CIE-Lab90.338912.46134.6147

#ffdbdb color RGB value is (255,219,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011011 11011011
Octal 377 333 333
Decimal 255 219 219
Hex FF DB DB

RGB Percentages of Color #ffdbdb

%36.80
%31.60
%31.60

CMYK Percentages of Color #ffdbdb

%0
%14
%14
%0

Triadic Colors of #ffdbdb

#ffdbdb #dbffdb #dbdbff

Analogous Colors of #ffdbdb

#ffdbdb #ffeddb #ffdbed

Monochromatic Colors of #ffdbdb

#ffdbdb

Complementary Color

#ffdbdb #dbffff

#ffdbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdbdb Color CSS Codes

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

#ffdbdb Text Font Color

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

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


#ffdbdb Background Color

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

This div background color is #ffdbdb


#ffdbdb Border Color

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

This div border color is #ffdbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.