Color Hex Logo

#dabad0 Color Hex

#DABAD0
(218,186,208)
0 Favorites   0 Comments

Color spaces of #dabad0

RGB 218186208
HSL0.890.300.79
HSV319°15°85°
CMYK 0.000.150.05   0.15
XYZ57.857554.577367.1596
Yxy54.57730.32220.3039
Hunter Lab73.876510.5113-2.1858
CIE-Lab78.797215.1422-6.8036

#dabad0 color RGB value is (218,186,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11010000
Octal 332 272 320
Decimal 218 186 208
Hex DA BA D0

RGB Percentages of Color #dabad0

%35.62
%30.39
%33.99

CMYK Percentages of Color #dabad0

%0
%15
%5
%15

Triadic Colors of #dabad0

#dabad0 #d0daba #bad0da

Analogous Colors of #dabad0

#dabad0 #dabac0 #d4bada

Monochromatic Colors of #dabad0

#dabad0

Complementary Color

#dabad0 #badac4

#dabad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabad0 Color CSS Codes

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

#dabad0 Text Font Color

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

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


#dabad0 Background Color

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

This div background color is #dabad0


#dabad0 Border Color

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

This div border color is #dabad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabad0


Comments

No comments written yet.

Please login to write comment.