Color Hex Logo

#dcbeec Color Hex

#DCBEEC
(220,190,236)
0 Favorites   0 Comments

Color spaces of #dcbeec

RGB 220190236
HSL0.780.550.84
HSV279°19°93°
CMYK 0.070.190.00   0.07
XYZ63.069058.098787.2470
Yxy58.09870.30260.2788
Hunter Lab76.222514.3074-14.5097
CIE-Lab80.793618.8959-18.8778

#dcbeec color RGB value is (220,190,236).

#dcbeec hex color red value is 220, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcbeec hue: 0.78 , saturation: 0.55 and the lightness value of dcbeec is 0.84.

The process color (four color CMYK) of #dcbeec color hex is 0.07, 0.19, 0.00, 0.07. Web safe color of #dcbeec is #ccccff. Color #dcbeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111110 11101100
Octal 334 276 354
Decimal 220 190 236
Hex DC BE EC

RGB Percentages of Color #dcbeec

%34.06
%29.41
%36.53

CMYK Percentages of Color #dcbeec

%7
%19
%0
%7

Triadic Colors of #dcbeec

#dcbeec #ecdcbe #beecdc

Analogous Colors of #dcbeec

#dcbeec #ecbee5 #c5beec

Monochromatic Colors of #dcbeec

#dcbeec

Complementary Color

#dcbeec #ceecbe

#dcbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbeec Color CSS Codes

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

#dcbeec Text Font Color

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

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


#dcbeec Background Color

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

This div background color is #dcbeec


#dcbeec Border Color

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

This div border color is #dcbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbeec


Comments

No comments written yet.

Please login to write comment.