Color Hex Logo

#dbae7e Color Hex

#DBAE7E
(219,174,126)
0 Favorites   0 Comments

Color spaces of #dbae7e

RGB 219174126
HSL0.090.560.68
HSV31°42°86°
CMYK 0.000.210.42   0.14
XYZ48.115446.838526.2435
Yxy46.83850.39700.3865
Hunter Lab68.43875.725725.1717
CIE-Lab74.086310.187830.8553

#dbae7e color RGB value is (219,174,126).

#dbae7e hex color red value is 219, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dbae7e hue: 0.09 , saturation: 0.56 and the lightness value of dbae7e is 0.68.

The process color (four color CMYK) of #dbae7e color hex is 0.00, 0.21, 0.42, 0.14. Web safe color of #dbae7e is #cc9966. Color #dbae7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01111110
Octal 333 256 176
Decimal 219 174 126
Hex DB AE 7E

RGB Percentages of Color #dbae7e

%42.20
%33.53
%24.28

CMYK Percentages of Color #dbae7e

%0
%21
%42
%14

Triadic Colors of #dbae7e

#dbae7e #7edbae #ae7edb

Analogous Colors of #dbae7e

#dbae7e #dadb7e #db807e

Monochromatic Colors of #dbae7e

#dbae7e

Complementary Color

#dbae7e #7eabdb

#dbae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae7e Color CSS Codes

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

#dbae7e Text Font Color

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

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


#dbae7e Background Color

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

This div background color is #dbae7e


#dbae7e Border Color

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

This div border color is #dbae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae7e


Comments

No comments written yet.

Please login to write comment.