Color Hex Logo

#dbafad Color Hex

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

Color spaces of #dbafad

RGB 219175173
HSL0.010.390.77
HSV21°86°
CMYK 0.000.200.21   0.14
XYZ52.086248.737146.1971
Yxy48.73710.35430.3315
Hunter Lab69.812011.00669.6340
CIE-Lab75.287515.68417.1075

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

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

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

Base Numbers

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

RGB Percentages of Color #dbafad

%38.62
%30.86
%30.51

CMYK Percentages of Color #dbafad

%0
%20
%21
%14

Triadic Colors of #dbafad

#dbafad #addbaf #afaddb

Analogous Colors of #dbafad

#dbafad #dbc6ad #dbadc2

Monochromatic Colors of #dbafad

#dbafad

Complementary Color

#dbafad #add9db

#dbafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbafad Color CSS Codes

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

#dbafad Text Font Color

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

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


#dbafad Background Color

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

This div background color is #dbafad


#dbafad Border Color

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

This div border color is #dbafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbafad


Comments

No comments written yet.

Please login to write comment.