Color Hex Logo

#dbae91 Color Hex

#DBAE91
(219,174,145)
0 Favorites   0 Comments

Color spaces of #dbae91

RGB 219174145
HSL0.070.510.71
HSV24°34°86°
CMYK 0.000.210.34   0.14
XYZ49.460347.376533.3258
Yxy47.37650.38000.3640
Hunter Lab68.83067.813019.4749
CIE-Lab74.430012.385521.1302

#dbae91 color RGB value is (219,174,145).

#dbae91 hex color red value is 219, green value is 174 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dbae91 hue: 0.07 , saturation: 0.51 and the lightness value of dbae91 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10010001
Octal 333 256 221
Decimal 219 174 145
Hex DB AE 91

RGB Percentages of Color #dbae91

%40.71
%32.34
%26.95

CMYK Percentages of Color #dbae91

%0
%21
%34
%14

Triadic Colors of #dbae91

#dbae91 #91dbae #ae91db

Analogous Colors of #dbae91

#dbae91 #dbd391 #db9199

Monochromatic Colors of #dbae91

#dbae91

Complementary Color

#dbae91 #91bedb

#dbae91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae91 Color CSS Codes

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

#dbae91 Text Font Color

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

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


#dbae91 Background Color

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

This div background color is #dbae91


#dbae91 Border Color

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

This div border color is #dbae91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae91


Comments

No comments written yet.

Please login to write comment.