Color Hex Logo

#dcbaef Color Hex

#DCBAEF
(220,186,239)
0 Favorites   0 Comments

Color spaces of #dcbaef

RGB 220186239
HSL0.770.620.83
HSV278°22°94°
CMYK 0.080.220.00   0.06
XYZ62.654156.565589.2774
Yxy56.56550.30050.2713
Hunter Lab75.210017.0828-17.7326
CIE-Lab79.934621.6402-21.7889

#dcbaef color RGB value is (220,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11101111
Octal 334 272 357
Decimal 220 186 239
Hex DC BA EF

RGB Percentages of Color #dcbaef

%34.11
%28.84
%37.05

CMYK Percentages of Color #dcbaef

%8
%22
%0
%6

Triadic Colors of #dcbaef

#dcbaef #efdcba #baefdc

Analogous Colors of #dcbaef

#dcbaef #efbae8 #c2baef

Monochromatic Colors of #dcbaef

#dcbaef

Complementary Color

#dcbaef #cdefba

#dcbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbaef Color CSS Codes

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

#dcbaef Text Font Color

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

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


#dcbaef Background Color

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

This div background color is #dcbaef


#dcbaef Border Color

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

This div border color is #dcbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbaef


Comments

No comments written yet.

Please login to write comment.