Color Hex Logo

#dbaea5 Color Hex

#DBAEA5
(219,174,165)
0 Favorites   0 Comments

Color spaces of #dbaea5

RGB 219174165
HSL0.030.430.75
HSV10°25°86°
CMYK 0.000.210.25   0.14
XYZ51.141048.048842.1762
Yxy48.04880.36180.3399
Hunter Lab69.317210.388912.4470
CIE-Lab74.855715.055110.8562

#dbaea5 color RGB value is (219,174,165).

#dbaea5 hex color red value is 219, green value is 174 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dbaea5 hue: 0.03 , saturation: 0.43 and the lightness value of dbaea5 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10100101
Octal 333 256 245
Decimal 219 174 165
Hex DB AE A5

RGB Percentages of Color #dbaea5

%39.25
%31.18
%29.57

CMYK Percentages of Color #dbaea5

%0
%21
%25
%14

Triadic Colors of #dbaea5

#dbaea5 #a5dbae #aea5db

Analogous Colors of #dbaea5

#dbaea5 #dbc9a5 #dba5b7

Monochromatic Colors of #dbaea5

#dbaea5

Complementary Color

#dbaea5 #a5d2db

#dbaea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaea5 Color CSS Codes

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

#dbaea5 Text Font Color

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

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


#dbaea5 Background Color

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

This div background color is #dbaea5


#dbaea5 Border Color

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

This div border color is #dbaea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaea5


Comments

No comments written yet.

Please login to write comment.