Color Hex Logo

#dbae9f Color Hex

#DBAE9F
(219,174,159)
0 Favorites   0 Comments

Color spaces of #dbae9f

RGB 219174159
HSL0.040.450.74
HSV15°27°86°
CMYK 0.000.210.27   0.14
XYZ50.607547.835439.3667
Yxy47.83540.36720.3471
Hunter Lab69.16319.575114.6672
CIE-Lab74.721014.216713.9358

#dbae9f color RGB value is (219,174,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10011111
Octal 333 256 237
Decimal 219 174 159
Hex DB AE 9F

RGB Percentages of Color #dbae9f

%39.67
%31.52
%28.80

CMYK Percentages of Color #dbae9f

%0
%21
%27
%14

Triadic Colors of #dbae9f

#dbae9f #9fdbae #ae9fdb

Analogous Colors of #dbae9f

#dbae9f #dbcc9f #db9fae

Monochromatic Colors of #dbae9f

#dbae9f

Complementary Color

#dbae9f #9fccdb

#dbae9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae9f Color CSS Codes

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

#dbae9f Text Font Color

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

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


#dbae9f Background Color

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

This div background color is #dbae9f


#dbae9f Border Color

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

This div border color is #dbae9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae9f


Comments

No comments written yet.

Please login to write comment.