Color Hex Logo

#dab6ca Color Hex

#DAB6CA
(218,182,202)
0 Favorites   0 Comments

Color spaces of #dab6ca

RGB 218182202
HSL0.910.330.78
HSV327°17°85°
CMYK 0.000.170.07   0.15
XYZ56.302152.625663.0674
Yxy52.62560.32730.3060
Hunter Lab72.543511.5854-0.7647
CIE-Lab77.653416.2403-5.2450

#dab6ca color RGB value is (218,182,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 11001010
Octal 332 266 312
Decimal 218 182 202
Hex DA B6 CA

RGB Percentages of Color #dab6ca

%36.21
%30.23
%33.55

CMYK Percentages of Color #dab6ca

%0
%17
%7
%15

Triadic Colors of #dab6ca

#dab6ca #cadab6 #b6cada

Analogous Colors of #dab6ca

#dab6ca #dab6b8 #d8b6da

Monochromatic Colors of #dab6ca

#dab6ca

Complementary Color

#dab6ca #b6dac6

#dab6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab6ca Color CSS Codes

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

#dab6ca Text Font Color

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

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


#dab6ca Background Color

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

This div background color is #dab6ca


#dab6ca Border Color

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

This div border color is #dab6ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,182,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab6ca


Comments

No comments written yet.

Please login to write comment.