Color Hex Logo

#dbae8d Color Hex

#DBAE8D
(219,174,141)
0 Favorites   0 Comments

Color spaces of #dbae8d

RGB 219174141
HSL0.070.520.71
HSV25°36°86°
CMYK 0.000.210.36   0.14
XYZ49.157247.255331.7296
Yxy47.25530.38360.3688
Hunter Lab68.74257.344620.7531
CIE-Lab74.352811.895023.1843

#dbae8d color RGB value is (219,174,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10001101
Octal 333 256 215
Decimal 219 174 141
Hex DB AE 8D

RGB Percentages of Color #dbae8d

%41.01
%32.58
%26.40

CMYK Percentages of Color #dbae8d

%0
%21
%36
%14

Triadic Colors of #dbae8d

#dbae8d #8ddbae #ae8ddb

Analogous Colors of #dbae8d

#dbae8d #dbd58d #db8d93

Monochromatic Colors of #dbae8d

#dbae8d

Complementary Color

#dbae8d #8dbadb

#dbae8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae8d Color CSS Codes

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

#dbae8d Text Font Color

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

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


#dbae8d Background Color

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

This div background color is #dbae8d


#dbae8d Border Color

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

This div border color is #dbae8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae8d

#dbae8d Color Palettes


Comments

No comments written yet.

Please login to write comment.