Color Hex Logo

#dbaea8 Color Hex

#DBAEA8
(219,174,168)
0 Favorites   0 Comments

Color spaces of #dbaea8

RGB 219174168
HSL0.020.410.76
HSV23°86°
CMYK 0.000.210.23   0.14
XYZ51.417448.159343.6315
Yxy48.15930.35900.3363
Hunter Lab69.396910.809211.3008
CIE-Lab74.925315.48659.3182

#dbaea8 color RGB value is (219,174,168).

#dbaea8 hex color red value is 219, green value is 174 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dbaea8 hue: 0.02 , saturation: 0.41 and the lightness value of dbaea8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10101000
Octal 333 256 250
Decimal 219 174 168
Hex DB AE A8

RGB Percentages of Color #dbaea8

%39.04
%31.02
%29.95

CMYK Percentages of Color #dbaea8

%0
%21
%23
%14

Triadic Colors of #dbaea8

#dbaea8 #a8dbae #aea8db

Analogous Colors of #dbaea8

#dbaea8 #dbc8a8 #dba8bc

Monochromatic Colors of #dbaea8

#dbaea8

Complementary Color

#dbaea8 #a8d5db

#dbaea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaea8 Color CSS Codes

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

#dbaea8 Text Font Color

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

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


#dbaea8 Background Color

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

This div background color is #dbaea8


#dbaea8 Border Color

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

This div border color is #dbaea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaea8


Comments

No comments written yet.

Please login to write comment.