Color Hex Logo

#dbadca Color Hex

#DBADCA
(219,173,202)
0 Favorites   0 Comments

Color spaces of #dbadca

RGB 219173202
HSL0.890.390.77
HSV322°21°86°
CMYK 0.000.210.08   0.14
XYZ54.817749.211562.4867
Yxy49.21150.32920.2955
Hunter Lab70.150916.7203-3.7067
CIE-Lab75.582721.4425-8.3019

#dbadca color RGB value is (219,173,202).

#dbadca hex color red value is 219, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbadca hue: 0.89 , saturation: 0.39 and the lightness value of dbadca is 0.77.

The process color (four color CMYK) of #dbadca color hex is 0.00, 0.21, 0.08, 0.14. Web safe color of #dbadca is #cc99cc. Color #dbadca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11001010
Octal 333 255 312
Decimal 219 173 202
Hex DB AD CA

RGB Percentages of Color #dbadca

%36.87
%29.12
%34.01

CMYK Percentages of Color #dbadca

%0
%21
%8
%14

Triadic Colors of #dbadca

#dbadca #cadbad #adcadb

Analogous Colors of #dbadca

#dbadca #dbadb3 #d5addb

Monochromatic Colors of #dbadca

#dbadca

Complementary Color

#dbadca #addbbe

#dbadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadca Color CSS Codes

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

#dbadca Text Font Color

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

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


#dbadca Background Color

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

This div background color is #dbadca


#dbadca Border Color

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

This div border color is #dbadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadca


Comments

No comments written yet.

Please login to write comment.