Color Hex Logo

#dab6cc Color Hex

#DAB6CC
(218,182,204)
0 Favorites   0 Comments

Color spaces of #dab6cc

RGB 218182204
HSL0.900.330.78
HSV323°17°85°
CMYK 0.000.170.06   0.15
XYZ56.540552.721064.3229
Yxy52.72100.32570.3037
Hunter Lab72.609211.9310-1.6972
CIE-Lab77.710016.5884-6.2465

#dab6cc color RGB value is (218,182,204).

#dab6cc hex color red value is 218, green value is 182 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dab6cc hue: 0.90 , saturation: 0.33 and the lightness value of dab6cc is 0.78.

The process color (four color CMYK) of #dab6cc color hex is 0.00, 0.17, 0.06, 0.15. Web safe color of #dab6cc is #cccccc. Color #dab6cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 11001100
Octal 332 266 314
Decimal 218 182 204
Hex DA B6 CC

RGB Percentages of Color #dab6cc

%36.09
%30.13
%33.77

CMYK Percentages of Color #dab6cc

%0
%17
%6
%15

Triadic Colors of #dab6cc

#dab6cc #ccdab6 #b6ccda

Analogous Colors of #dab6cc

#dab6cc #dab6ba #d6b6da

Monochromatic Colors of #dab6cc

#dab6cc

Complementary Color

#dab6cc #b6dac4

#dab6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab6cc Color CSS Codes

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

#dab6cc Text Font Color

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

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


#dab6cc Background Color

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

This div background color is #dab6cc


#dab6cc Border Color

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

This div border color is #dab6cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,182,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 #dab6cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab6cc


Comments

No comments written yet.

Please login to write comment.