Color Hex Logo

#dbae89 Color Hex

#DBAE89
(219,174,137)
0 Favorites   0 Comments

Color spaces of #dbae89

RGB 219174137
HSL0.080.530.70
HSV27°37°86°
CMYK 0.000.210.37   0.14
XYZ48.864847.138330.1901
Yxy47.13830.38720.3735
Hunter Lab68.65736.891721.9891
CIE-Lab74.278111.419325.2358

#dbae89 color RGB value is (219,174,137).

#dbae89 hex color red value is 219, green value is 174 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dbae89 hue: 0.08 , saturation: 0.53 and the lightness value of dbae89 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10001001
Octal 333 256 211
Decimal 219 174 137
Hex DB AE 89

RGB Percentages of Color #dbae89

%41.32
%32.83
%25.85

CMYK Percentages of Color #dbae89

%0
%21
%37
%14

Triadic Colors of #dbae89

#dbae89 #89dbae #ae89db

Analogous Colors of #dbae89

#dbae89 #dbd789 #db898d

Monochromatic Colors of #dbae89

#dbae89

Complementary Color

#dbae89 #89b6db

#dbae89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae89 Color CSS Codes

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

#dbae89 Text Font Color

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

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


#dbae89 Background Color

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

This div background color is #dbae89


#dbae89 Border Color

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

This div border color is #dbae89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae89


Comments

No comments written yet.

Please login to write comment.