Color Hex Logo

#dbada7 Color Hex

#DBADA7
(219,173,167)
0 Favorites   0 Comments

Color spaces of #dbada7

RGB 219173167
HSL0.020.420.76
HSV24°86°
CMYK 0.000.210.24   0.14
XYZ51.132047.737243.0785
Yxy47.73720.36020.3363
Hunter Lab69.092111.188711.3975
CIE-Lab74.658915.87969.4845

#dbada7 color RGB value is (219,173,167).

#dbada7 hex color red value is 219, green value is 173 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbada7 hue: 0.02 , saturation: 0.42 and the lightness value of dbada7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10100111
Octal 333 255 247
Decimal 219 173 167
Hex DB AD A7

RGB Percentages of Color #dbada7

%39.18
%30.95
%29.87

CMYK Percentages of Color #dbada7

%0
%21
%24
%14

Triadic Colors of #dbada7

#dbada7 #a7dbad #ada7db

Analogous Colors of #dbada7

#dbada7 #dbc7a7 #dba7bb

Monochromatic Colors of #dbada7

#dbada7

Complementary Color

#dbada7 #a7d5db

#dbada7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbada7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbada7 Color CSS Codes

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

#dbada7 Text Font Color

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

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


#dbada7 Background Color

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

This div background color is #dbada7


#dbada7 Border Color

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

This div border color is #dbada7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbada7


Comments

No comments written yet.

Please login to write comment.