Color Hex Logo

#dbae9d Color Hex

#DBAE9D
(219,174,157)
0 Favorites   0 Comments

Color spaces of #dbae9d

RGB 219174157
HSL0.050.460.74
HSV16°28°86°
CMYK 0.000.210.28   0.14
XYZ50.435347.766538.4599
Yxy47.76650.36910.3495
Hunter Lab69.11339.311715.3859
CIE-Lab74.677413.944314.9632

#dbae9d color RGB value is (219,174,157).

#dbae9d hex color red value is 219, green value is 174 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dbae9d hue: 0.05 , saturation: 0.46 and the lightness value of dbae9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10011101
Octal 333 256 235
Decimal 219 174 157
Hex DB AE 9D

RGB Percentages of Color #dbae9d

%39.82
%31.64
%28.55

CMYK Percentages of Color #dbae9d

%0
%21
%28
%14

Triadic Colors of #dbae9d

#dbae9d #9ddbae #ae9ddb

Analogous Colors of #dbae9d

#dbae9d #dbcd9d #db9dab

Monochromatic Colors of #dbae9d

#dbae9d

Complementary Color

#dbae9d #9dcadb

#dbae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae9d Color CSS Codes

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

#dbae9d Text Font Color

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

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


#dbae9d Background Color

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

This div background color is #dbae9d


#dbae9d Border Color

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

This div border color is #dbae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae9d


Comments

No comments written yet.

Please login to write comment.