Color Hex Logo

#dbaec9 Color Hex

#DBAEC9
(219,174,201)
0 Favorites   0 Comments

Color spaces of #dbaec9

RGB 219174201
HSL0.900.380.77
HSV324°21°86°
CMYK 0.000.210.08   0.14
XYZ54.892149.549261.9292
Yxy49.54920.32990.2978
Hunter Lab70.391216.0124-2.8887
CIE-Lab75.791720.7298-7.4458

#dbaec9 color RGB value is (219,174,201).

#dbaec9 hex color red value is 219, green value is 174 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dbaec9 hue: 0.90 , saturation: 0.38 and the lightness value of dbaec9 is 0.77.

The process color (four color CMYK) of #dbaec9 color hex is 0.00, 0.21, 0.08, 0.14. Web safe color of #dbaec9 is #cc99cc. Color #dbaec9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11001001
Octal 333 256 311
Decimal 219 174 201
Hex DB AE C9

RGB Percentages of Color #dbaec9

%36.87
%29.29
%33.84

CMYK Percentages of Color #dbaec9

%0
%21
%8
%14

Triadic Colors of #dbaec9

#dbaec9 #c9dbae #aec9db

Analogous Colors of #dbaec9

#dbaec9 #dbaeb3 #d7aedb

Monochromatic Colors of #dbaec9

#dbaec9

Complementary Color

#dbaec9 #aedbc0

#dbaec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaec9 Color CSS Codes

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

#dbaec9 Text Font Color

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

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


#dbaec9 Background Color

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

This div background color is #dbaec9


#dbaec9 Border Color

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

This div border color is #dbaec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaec9


Comments

No comments written yet.

Please login to write comment.