Color Hex Logo

#dbadaf Color Hex

#DBADAF
(219,173,175)
0 Favorites   0 Comments

Color spaces of #dbadaf

RGB 219173175
HSL0.990.390.77
HSV357°21°86°
CMYK 0.000.210.20   0.14
XYZ51.894948.042447.0954
Yxy48.04240.35290.3267
Hunter Lab69.312612.34728.2334
CIE-Lab74.851717.06115.3882

#dbadaf color RGB value is (219,173,175).

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

The process color (four color CMYK) of #dbadaf color hex is 0.00, 0.21, 0.20, 0.14. Web safe color of #dbadaf is #cc9999. Color #dbadaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10101111
Octal 333 255 257
Decimal 219 173 175
Hex DB AD AF

RGB Percentages of Color #dbadaf

%38.62
%30.51
%30.86

CMYK Percentages of Color #dbadaf

%0
%21
%20
%14

Triadic Colors of #dbadaf

#dbadaf #afdbad #adafdb

Analogous Colors of #dbadaf

#dbadaf #dbc2ad #dbadc6

Monochromatic Colors of #dbadaf

#dbadaf

Complementary Color

#dbadaf #addbd9

#dbadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadaf Color CSS Codes

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

#dbadaf Text Font Color

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

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


#dbadaf Background Color

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

This div background color is #dbadaf


#dbadaf Border Color

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

This div border color is #dbadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadaf


Comments

No comments written yet.

Please login to write comment.