Color Hex Logo

#dabadb Color Hex

#DABADB
(218,186,219)
0 Favorites   0 Comments

Color spaces of #dabadb

RGB 218186219
HSL0.830.310.79
HSV298°15°86°
CMYK 0.000.150.00   0.14
XYZ59.258555.137774.5372
Yxy55.13770.31360.2918
Hunter Lab74.254812.5049-7.5372
CIE-Lab79.120517.1415-12.2647

#dabadb color RGB value is (218,186,219).

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

The process color (four color CMYK) of #dabadb color hex is 0.00, 0.15, 0.00, 0.14. Web safe color of #dabadb is #cccccc. Color #dabadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11011011
Octal 332 272 333
Decimal 218 186 219
Hex DA BA DB

RGB Percentages of Color #dabadb

%34.99
%29.86
%35.15

CMYK Percentages of Color #dabadb

%0
%15
%0
%14

Triadic Colors of #dabadb

#dabadb #dbdaba #badbda

Analogous Colors of #dabadb

#dabadb #dbbacc #cabadb

Monochromatic Colors of #dabadb

#dabadb

Complementary Color

#dabadb #bbdbba

#dabadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabadb Color CSS Codes

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

#dabadb Text Font Color

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

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


#dabadb Background Color

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

This div background color is #dabadb


#dabadb Border Color

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

This div border color is #dabadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabadb


Comments

No comments written yet.

Please login to write comment.