Color Hex Logo

#dbaeb1 Color Hex

#DBAEB1
(219,174,177)
0 Favorites   0 Comments

Color spaces of #dbaeb1

RGB 219174177
HSL0.990.380.77
HSV356°21°86°
CMYK 0.000.210.19   0.14
XYZ52.285348.506548.2019
Yxy48.50650.35090.3256
Hunter Lab69.646612.12257.7185
CIE-Lab75.143316.82644.7156

#dbaeb1 color RGB value is (219,174,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10110001
Octal 333 256 261
Decimal 219 174 177
Hex DB AE B1

RGB Percentages of Color #dbaeb1

%38.42
%30.53
%31.05

CMYK Percentages of Color #dbaeb1

%0
%21
%19
%14

Triadic Colors of #dbaeb1

#dbaeb1 #b1dbae #aeb1db

Analogous Colors of #dbaeb1

#dbaeb1 #dbc2ae #dbaec8

Monochromatic Colors of #dbaeb1

#dbaeb1

Complementary Color

#dbaeb1 #aedbd8

#dbaeb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeb1 Color CSS Codes

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

#dbaeb1 Text Font Color

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

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


#dbaeb1 Background Color

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

This div background color is #dbaeb1


#dbaeb1 Border Color

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

This div border color is #dbaeb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeb1


Comments

No comments written yet.

Please login to write comment.