Color Hex Logo

#dcadeb Color Hex

#DCADEB
(220,173,235)
0 Favorites   0 Comments

Color spaces of #dcadeb

RGB 220173235
HSL0.790.610.80
HSV285°26°92°
CMYK 0.060.260.00   0.08
XYZ59.454251.100985.3272
Yxy51.10090.30350.2609
Hunter Lab71.484923.3604-20.7315
CIE-Lab76.740127.8717-24.4940

#dcadeb color RGB value is (220,173,235).

#dcadeb hex color red value is 220, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dcadeb hue: 0.79 , saturation: 0.61 and the lightness value of dcadeb is 0.80.

The process color (four color CMYK) of #dcadeb color hex is 0.06, 0.26, 0.00, 0.08. Web safe color of #dcadeb is #cc99ff. Color #dcadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 11101011
Octal 334 255 353
Decimal 220 173 235
Hex DC AD EB

RGB Percentages of Color #dcadeb

%35.03
%27.55
%37.42

CMYK Percentages of Color #dcadeb

%6
%26
%0
%8

Triadic Colors of #dcadeb

#dcadeb #ebdcad #adebdc

Analogous Colors of #dcadeb

#dcadeb #ebaddb #bdadeb

Monochromatic Colors of #dcadeb

#dcadeb

Complementary Color

#dcadeb #bcebad

#dcadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcadeb Color CSS Codes

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

#dcadeb Text Font Color

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

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


#dcadeb Background Color

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

This div background color is #dcadeb


#dcadeb Border Color

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

This div border color is #dcadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcadeb


Comments

No comments written yet.

Please login to write comment.