Color Hex Logo

#dbae85 Color Hex

#DBAE85
(219,174,133)
0 Favorites   0 Comments

Color spaces of #dbae85

RGB 219174133
HSL0.080.540.69
HSV29°39°86°
CMYK 0.000.210.39   0.14
XYZ48.583147.025628.7065
Yxy47.02560.39080.3783
Hunter Lab68.57526.454323.1831
CIE-Lab74.206110.958527.2839

#dbae85 color RGB value is (219,174,133).

#dbae85 hex color red value is 219, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dbae85 hue: 0.08 , saturation: 0.54 and the lightness value of dbae85 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10000101
Octal 333 256 205
Decimal 219 174 133
Hex DB AE 85

RGB Percentages of Color #dbae85

%41.63
%33.08
%25.29

CMYK Percentages of Color #dbae85

%0
%21
%39
%14

Triadic Colors of #dbae85

#dbae85 #85dbae #ae85db

Analogous Colors of #dbae85

#dbae85 #dbd985 #db8587

Monochromatic Colors of #dbae85

#dbae85

Complementary Color

#dbae85 #85b2db

#dbae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae85 Color CSS Codes

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

#dbae85 Text Font Color

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

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


#dbae85 Background Color

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

This div background color is #dbae85


#dbae85 Border Color

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

This div border color is #dbae85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae85


Comments

No comments written yet.

Please login to write comment.