Color Hex Logo

#dbb0ae Color Hex

#DBB0AE
(219,176,174)
0 Favorites   0 Comments

Color spaces of #dbb0ae

RGB 219176174
HSL0.010.380.77
HSV21°86°
CMYK 0.000.200.21   0.14
XYZ52.378749.166746.7739
Yxy49.16670.35310.3315
Hunter Lab70.119010.63099.5330
CIE-Lab75.554915.29596.9457

#dbb0ae color RGB value is (219,176,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110000 10101110
Octal 333 260 256
Decimal 219 176 174
Hex DB B0 AE

RGB Percentages of Color #dbb0ae

%38.49
%30.93
%30.58

CMYK Percentages of Color #dbb0ae

%0
%20
%21
%14

Triadic Colors of #dbb0ae

#dbb0ae #aedbb0 #b0aedb

Analogous Colors of #dbb0ae

#dbb0ae #dbc7ae #dbaec3

Monochromatic Colors of #dbb0ae

#dbb0ae

Complementary Color

#dbb0ae #aed9db

#dbb0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb0ae Color CSS Codes

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

#dbb0ae Text Font Color

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

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


#dbb0ae Background Color

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

This div background color is #dbb0ae


#dbb0ae Border Color

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

This div border color is #dbb0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb0ae


Comments

No comments written yet.

Please login to write comment.