Color Hex Logo

#dcbaee Color Hex

#DCBAEE
(220,186,238)
0 Favorites   0 Comments

Color spaces of #dcbaee

RGB 220186238
HSL0.780.600.83
HSV279°22°93°
CMYK 0.080.220.00   0.07
XYZ62.506756.506588.5013
Yxy56.50650.30120.2723
Hunter Lab75.170816.8790-17.1847
CIE-Lab79.901221.4425-21.3024

#dcbaee color RGB value is (220,186,238).

#dcbaee hex color red value is 220, green value is 186 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcbaee hue: 0.78 , saturation: 0.60 and the lightness value of dcbaee is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11101110
Octal 334 272 356
Decimal 220 186 238
Hex DC BA EE

RGB Percentages of Color #dcbaee

%34.16
%28.88
%36.96

CMYK Percentages of Color #dcbaee

%8
%22
%0
%7

Triadic Colors of #dcbaee

#dcbaee #eedcba #baeedc

Analogous Colors of #dcbaee

#dcbaee #eebae6 #c2baee

Monochromatic Colors of #dcbaee

#dcbaee

Complementary Color

#dcbaee #cceeba

#dcbaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaee Color CSS Codes

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

#dcbaee Text Font Color

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

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


#dcbaee Background Color

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

This div background color is #dcbaee


#dcbaee Border Color

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

This div border color is #dcbaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaee

#dcbaee Color Palettes


Comments

No comments written yet.

Please login to write comment.