Color Hex Logo

#dbc1ae Color Hex

#DBC1AE
(219,193,174)
0 Favorites   0 Comments

Color spaces of #dbc1ae

RGB 219193174
HSL0.070.380.77
HSV25°21°86°
CMYK 0.000.120.21   0.14
XYZ55.923456.256047.9554
Yxy56.25600.34920.3513
Hunter Lab75.00401.833614.5945
CIE-Lab79.75936.219712.9345

#dbc1ae color RGB value is (219,193,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 10101110
Octal 333 301 256
Decimal 219 193 174
Hex DB C1 AE

RGB Percentages of Color #dbc1ae

%37.37
%32.94
%29.69

CMYK Percentages of Color #dbc1ae

%0
%12
%21
%14

Triadic Colors of #dbc1ae

#dbc1ae #aedbc1 #c1aedb

Analogous Colors of #dbc1ae

#dbc1ae #dbd8ae #dbaeb2

Monochromatic Colors of #dbc1ae

#dbc1ae

Complementary Color

#dbc1ae #aec8db

#dbc1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc1ae Color CSS Codes

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

#dbc1ae Text Font Color

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

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


#dbc1ae Background Color

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

This div background color is #dbc1ae


#dbc1ae Border Color

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

This div border color is #dbc1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc1ae


Comments

No comments written yet.

Please login to write comment.