Color Hex Logo

#dbadc1 Color Hex

#DBADC1
(219,173,193)
0 Favorites   0 Comments

Color spaces of #dbadc1

RGB 219173193
HSL0.930.390.77
HSV334°21°86°
CMYK 0.000.210.12   0.14
XYZ53.782648.797557.0363
Yxy48.79750.33690.3057
Hunter Lab69.855215.18330.4888
CIE-Lab75.325219.9163-3.7658

#dbadc1 color RGB value is (219,173,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 11000001
Octal 333 255 301
Decimal 219 173 193
Hex DB AD C1

RGB Percentages of Color #dbadc1

%37.44
%29.57
%32.99

CMYK Percentages of Color #dbadc1

%0
%21
%12
%14

Triadic Colors of #dbadc1

#dbadc1 #c1dbad #adc1db

Analogous Colors of #dbadc1

#dbadc1 #dbb0ad #dbadd8

Monochromatic Colors of #dbadc1

#dbadc1

Complementary Color

#dbadc1 #addbc7

#dbadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadc1 Color CSS Codes

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

#dbadc1 Text Font Color

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

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


#dbadc1 Background Color

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

This div background color is #dbadc1


#dbadc1 Border Color

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

This div border color is #dbadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadc1


Comments

No comments written yet.

Please login to write comment.