Color Hex Logo

#dbadcc Color Hex

#DBADCC
(219,173,204)
0 Favorites   0 Comments

Color spaces of #dbadcc

RGB 219173204
HSL0.890.390.77
HSV320°21°86°
CMYK 0.000.210.07   0.14
XYZ55.056149.306863.7421
Yxy49.30680.32750.2933
Hunter Lab70.218817.0727-4.6682
CIE-Lab75.641821.7903-9.3057

#dbadcc color RGB value is (219,173,204).

#dbadcc hex color red value is 219, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dbadcc hue: 0.89 , saturation: 0.39 and the lightness value of dbadcc is 0.77.

The process color (four color CMYK) of #dbadcc color hex is 0.00, 0.21, 0.07, 0.14. Web safe color of #dbadcc is #cc99cc. Color #dbadcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11001100
Octal 333 255 314
Decimal 219 173 204
Hex DB AD CC

RGB Percentages of Color #dbadcc

%36.74
%29.03
%34.23

CMYK Percentages of Color #dbadcc

%0
%21
%7
%14

Triadic Colors of #dbadcc

#dbadcc #ccdbad #adccdb

Analogous Colors of #dbadcc

#dbadcc #dbadb5 #d3addb

Monochromatic Colors of #dbadcc

#dbadcc

Complementary Color

#dbadcc #addbbc

#dbadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadcc Color CSS Codes

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

#dbadcc Text Font Color

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

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


#dbadcc Background Color

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

This div background color is #dbadcc


#dbadcc Border Color

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

This div border color is #dbadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadcc


Comments

No comments written yet.

Please login to write comment.