Color Hex Logo

#dab9cf Color Hex

#DAB9CF
(218,185,207)
0 Favorites   0 Comments

Color spaces of #dab9cf

RGB 218185207
HSL0.890.310.79
HSV320°15°85°
CMYK 0.000.150.05   0.15
XYZ57.524954.108366.4435
Yxy54.10830.32300.3038
Hunter Lab73.558310.8654-2.0644
CIE-Lab78.524815.5025-6.6658

#dab9cf color RGB value is (218,185,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 11001111
Octal 332 271 317
Decimal 218 185 207
Hex DA B9 CF

RGB Percentages of Color #dab9cf

%35.74
%30.33
%33.93

CMYK Percentages of Color #dab9cf

%0
%15
%5
%15

Triadic Colors of #dab9cf

#dab9cf #cfdab9 #b9cfda

Analogous Colors of #dab9cf

#dab9cf #dab9bf #d5b9da

Monochromatic Colors of #dab9cf

#dab9cf

Complementary Color

#dab9cf #b9dac4

#dab9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab9cf Color CSS Codes

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

#dab9cf Text Font Color

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

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


#dab9cf Background Color

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

This div background color is #dab9cf


#dab9cf Border Color

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

This div border color is #dab9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab9cf


Comments

No comments written yet.

Please login to write comment.