Color Hex Logo

#dbcbae Color Hex

#DBCBAE
(219,203,174)
0 Favorites   0 Comments

Color spaces of #dbcbae

RGB 219203174
HSL0.110.380.77
HSV39°21°86°
CMYK 0.000.070.21   0.14
XYZ58.209360.827948.7174
Yxy60.82790.34700.3626
Hunter Lab77.9922-3.263417.5594
CIE-Lab82.28610.960716.4894

#dbcbae color RGB value is (219,203,174).

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

The process color (four color CMYK) of #dbcbae color hex is 0.00, 0.07, 0.21, 0.14. Web safe color of #dbcbae is #cccc99. Color #dbcbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001011 10101110
Octal 333 313 256
Decimal 219 203 174
Hex DB CB AE

RGB Percentages of Color #dbcbae

%36.74
%34.06
%29.19

CMYK Percentages of Color #dbcbae

%0
%7
%21
%14

Triadic Colors of #dbcbae

#dbcbae #aedbcb #cbaedb

Analogous Colors of #dbcbae

#dbcbae #d5dbae #dbb5ae

Monochromatic Colors of #dbcbae

#dbcbae

Complementary Color

#dbcbae #aebedb

#dbcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcbae Color CSS Codes

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

#dbcbae Text Font Color

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

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


#dbcbae Background Color

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

This div background color is #dbcbae


#dbcbae Border Color

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

This div border color is #dbcbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,203,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 #dbcbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcbae


Comments

No comments written yet.

Please login to write comment.