Color Hex Logo

#dbae93 Color Hex

#DBAE93
(219,174,147)
0 Favorites   0 Comments

Color spaces of #dbae93

RGB 219174147
HSL0.060.500.72
HSV23°33°86°
CMYK 0.000.210.33   0.14
XYZ49.615947.438834.1453
Yxy47.43880.37820.3616
Hunter Lab68.87588.052918.8200
CIE-Lab74.469612.636020.1026

#dbae93 color RGB value is (219,174,147).

#dbae93 hex color red value is 219, green value is 174 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dbae93 hue: 0.06 , saturation: 0.50 and the lightness value of dbae93 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10010011
Octal 333 256 223
Decimal 219 174 147
Hex DB AE 93

RGB Percentages of Color #dbae93

%40.56
%32.22
%27.22

CMYK Percentages of Color #dbae93

%0
%21
%33
%14

Triadic Colors of #dbae93

#dbae93 #93dbae #ae93db

Analogous Colors of #dbae93

#dbae93 #dbd293 #db939c

Monochromatic Colors of #dbae93

#dbae93

Complementary Color

#dbae93 #93c0db

#dbae93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae93 Color CSS Codes

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

#dbae93 Text Font Color

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

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


#dbae93 Background Color

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

This div background color is #dbae93


#dbae93 Border Color

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

This div border color is #dbae93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae93


Comments

No comments written yet.

Please login to write comment.