Color Hex Logo

#dbacb2 Color Hex

#DBACB2
(219,172,178)
0 Favorites   0 Comments

Color spaces of #dbacb2

RGB 219172178
HSL0.980.390.77
HSV352°21°86°
CMYK 0.000.210.19   0.14
XYZ52.001847.779548.6010
Yxy47.77950.35050.3220
Hunter Lab69.122713.32286.6984
CIE-Lab74.685618.05713.5070

#dbacb2 color RGB value is (219,172,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 10110010
Octal 333 254 262
Decimal 219 172 178
Hex DB AC B2

RGB Percentages of Color #dbacb2

%38.49
%30.23
%31.28

CMYK Percentages of Color #dbacb2

%0
%21
%19
%14

Triadic Colors of #dbacb2

#dbacb2 #b2dbac #acb2db

Analogous Colors of #dbacb2

#dbacb2 #dbbeac #dbacca

Monochromatic Colors of #dbacb2

#dbacb2

Complementary Color

#dbacb2 #acdbd5

#dbacb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbacb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbacb2 Color CSS Codes

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

#dbacb2 Text Font Color

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

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


#dbacb2 Background Color

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

This div background color is #dbacb2


#dbacb2 Border Color

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

This div border color is #dbacb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbacb2


Comments

No comments written yet.

Please login to write comment.