Color Hex Logo

#dbadb6 Color Hex

#DBADB6
(219,173,182)
0 Favorites   0 Comments

Color spaces of #dbadb6

RGB 219173182
HSL0.970.390.77
HSV348°21°86°
CMYK 0.000.210.17   0.14
XYZ52.600548.324650.8112
Yxy48.32460.34670.3185
Hunter Lab69.515913.41255.3243
CIE-Lab75.029218.13971.8167

#dbadb6 color RGB value is (219,173,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101101 10110110
Octal 333 255 266
Decimal 219 173 182
Hex DB AD B6

RGB Percentages of Color #dbadb6

%38.15
%30.14
%31.71

CMYK Percentages of Color #dbadb6

%0
%21
%17
%14

Triadic Colors of #dbadb6

#dbadb6 #b6dbad #adb6db

Analogous Colors of #dbadb6

#dbadb6 #dbbbad #dbadcd

Monochromatic Colors of #dbadb6

#dbadb6

Complementary Color

#dbadb6 #addbd2

#dbadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbadb6 Color CSS Codes

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

#dbadb6 Text Font Color

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

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


#dbadb6 Background Color

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

This div background color is #dbadb6


#dbadb6 Border Color

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

This div border color is #dbadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbadb6


Comments

No comments written yet.

Please login to write comment.