Color Hex Logo

#dbaebb Color Hex

#DBAEBB
(219,174,187)
1 Favorites   0 Comments

Color spaces of #dbaebb

RGB 219174187
HSL0.950.380.77
HSV343°21°86°
CMYK 0.000.210.15   0.14
XYZ53.319148.920053.6460
Yxy48.92000.34200.3138
Hunter Lab69.942813.67493.4847
CIE-Lab75.401518.3957-0.3743

#dbaebb color RGB value is (219,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10111011
Octal 333 256 273
Decimal 219 174 187
Hex DB AE BB

RGB Percentages of Color #dbaebb

%37.76
%30.00
%32.24

CMYK Percentages of Color #dbaebb

%0
%21
%15
%14

Triadic Colors of #dbaebb

#dbaebb #bbdbae #aebbdb

Analogous Colors of #dbaebb

#dbaebb #dbb8ae #dbaed2

Monochromatic Colors of #dbaebb

#dbaebb

Complementary Color

#dbaebb #aedbce

#dbaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaebb Color CSS Codes

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

#dbaebb Text Font Color

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

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


#dbaebb Background Color

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

This div background color is #dbaebb


#dbaebb Border Color

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

This div border color is #dbaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaebb


Comments

No comments written yet.

Please login to write comment.