Color Hex Logo

#dab8ca Color Hex

#DAB8CA
(218,184,202)
0 Favorites   0 Comments

Color spaces of #dab8ca

RGB 218184202
HSL0.910.310.79
HSV328°16°85°
CMYK 0.000.160.07   0.15
XYZ56.714653.450763.2049
Yxy53.45070.32710.3083
Hunter Lab73.110010.5277-0.0803
CIE-Lab78.140315.1645-4.5265

#dab8ca color RGB value is (218,184,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 11001010
Octal 332 270 312
Decimal 218 184 202
Hex DA B8 CA

RGB Percentages of Color #dab8ca

%36.09
%30.46
%33.44

CMYK Percentages of Color #dab8ca

%0
%16
%7
%15

Triadic Colors of #dab8ca

#dab8ca #cadab8 #b8cada

Analogous Colors of #dab8ca

#dab8ca #dab8b9 #d9b8da

Monochromatic Colors of #dab8ca

#dab8ca

Complementary Color

#dab8ca #b8dac8

#dab8ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab8ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab8ca Color CSS Codes

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

#dab8ca Text Font Color

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

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


#dab8ca Background Color

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

This div background color is #dab8ca


#dab8ca Border Color

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

This div border color is #dab8ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab8ca

#dab8ca Color Palettes


Comments

No comments written yet.

Please login to write comment.