Color Hex Logo

#dbada8 Color Hex

#DBADA8
(219,173,168)
0 Favorites   0 Comments

Color spaces of #dbada8

RGB 219173168
HSL0.020.410.76
HSV23°86°
CMYK 0.000.210.23   0.14
XYZ51.224947.774443.5673
Yxy47.77440.35930.3351
Hunter Lab69.119011.330111.0115
CIE-Lab74.682416.02438.9718

#dbada8 color RGB value is (219,173,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10101000
Octal 333 255 250
Decimal 219 173 168
Hex DB AD A8

RGB Percentages of Color #dbada8

%39.11
%30.89
%30.00

CMYK Percentages of Color #dbada8

%0
%21
%23
%14

Triadic Colors of #dbada8

#dbada8 #a8dbad #ada8db

Analogous Colors of #dbada8

#dbada8 #dbc7a8 #dba8bd

Monochromatic Colors of #dbada8

#dbada8

Complementary Color

#dbada8 #a8d6db

#dbada8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbada8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbada8 Color CSS Codes

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

#dbada8 Text Font Color

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

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


#dbada8 Background Color

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

This div background color is #dbada8


#dbada8 Border Color

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

This div border color is #dbada8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbada8


Comments

No comments written yet.

Please login to write comment.