Color Hex Logo

#dbdcfc Color Hex

#DBDCFC
(219,220,252)
0 Favorites   0 Comments

Color spaces of #dbdcfc

RGB 219220252
HSL0.660.850.92
HSV238°13°99°
CMYK 0.130.130.00   0.01
XYZ72.377373.2747102.4242
Yxy73.27470.29180.2954
Hunter Lab85.60061.1247-11.0221
CIE-Lab88.57865.8185-15.6567

#dbdcfc color RGB value is (219,220,252).

#dbdcfc hex color red value is 219, green value is 220 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbdcfc hue: 0.66 , saturation: 0.85 and the lightness value of dbdcfc is 0.92.

The process color (four color CMYK) of #dbdcfc color hex is 0.13, 0.13, 0.00, 0.01. Web safe color of #dbdcfc is #ccccff. Color #dbdcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011100 11111100
Octal 333 334 374
Decimal 219 220 252
Hex DB DC FC

RGB Percentages of Color #dbdcfc

%31.69
%31.84
%36.47

CMYK Percentages of Color #dbdcfc

%13
%13
%0
%1

Triadic Colors of #dbdcfc

#dbdcfc #fcdbdc #dcfcdb

Analogous Colors of #dbdcfc

#dbdcfc #ebdbfc #dbedfc

Monochromatic Colors of #dbdcfc

#dbdcfc

Complementary Color

#dbdcfc #fcfbdb

#dbdcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdcfc Color CSS Codes

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

#dbdcfc Text Font Color

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

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


#dbdcfc Background Color

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

This div background color is #dbdcfc


#dbdcfc Border Color

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

This div border color is #dbdcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdcfc


Comments

No comments written yet.

Please login to write comment.