Color Hex Logo

#dbae7f Color Hex

#DBAE7F
(219,174,127)
0 Favorites   0 Comments

Color spaces of #dbae7f

RGB 219174127
HSL0.090.560.68
HSV31°42°86°
CMYK 0.000.210.42   0.14
XYZ48.180246.864526.5850
Yxy46.86450.39610.3853
Hunter Lab68.45775.826624.8955
CIE-Lab74.103010.294830.3465

#dbae7f color RGB value is (219,174,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01111111
Octal 333 256 177
Decimal 219 174 127
Hex DB AE 7F

RGB Percentages of Color #dbae7f

%42.12
%33.46
%24.42

CMYK Percentages of Color #dbae7f

%0
%21
%42
%14

Triadic Colors of #dbae7f

#dbae7f #7fdbae #ae7fdb

Analogous Colors of #dbae7f

#dbae7f #dadb7f #db807f

Monochromatic Colors of #dbae7f

#dbae7f

Complementary Color

#dbae7f #7facdb

#dbae7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae7f Color CSS Codes

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

#dbae7f Text Font Color

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

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


#dbae7f Background Color

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

This div background color is #dbae7f


#dbae7f Border Color

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

This div border color is #dbae7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae7f


Comments

No comments written yet.

Please login to write comment.