Color Hex Logo

#dcdcfb Color Hex

#DCDCFB
(220,220,251)
0 Favorites   0 Comments

Color spaces of #dcdcfb

RGB 220220251
HSL0.670.790.92
HSV240°12°98°
CMYK 0.120.120.00   0.02
XYZ72.521073.3671101.6058
Yxy73.36710.29300.2964
Hunter Lab85.65461.2347-10.3732
CIE-Lab88.62255.9311-15.0576

#dcdcfb color RGB value is (220,220,251).

#dcdcfb hex color red value is 220, green value is 220 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dcdcfb hue: 0.67 , saturation: 0.79 and the lightness value of dcdcfb is 0.92.

The process color (four color CMYK) of #dcdcfb color hex is 0.12, 0.12, 0.00, 0.02. Web safe color of #dcdcfb is #ccccff. Color #dcdcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011100 11111011
Octal 334 334 373
Decimal 220 220 251
Hex DC DC FB

RGB Percentages of Color #dcdcfb

%31.84
%31.84
%36.32

CMYK Percentages of Color #dcdcfb

%12
%12
%0
%2

Triadic Colors of #dcdcfb

#dcdcfb #fbdcdc #dcfbdc

Analogous Colors of #dcdcfb

#dcdcfb #ecdcfb #dcecfb

Monochromatic Colors of #dcdcfb

#dcdcfb

Complementary Color

#dcdcfb #fbfbdc

#dcdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdcfb Color CSS Codes

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

#dcdcfb Text Font Color

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

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


#dcdcfb Background Color

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

This div background color is #dcdcfb


#dcdcfb Border Color

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

This div border color is #dcdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdcfb

#dcdcfb Color Palettes


Comments

No comments written yet.

Please login to write comment.