Color Hex Logo

#dbaeb4 Color Hex

#DBAEB4
(219,174,180)
0 Favorites   0 Comments

Color spaces of #dbaeb4

RGB 219174180
HSL0.980.380.77
HSV352°21°86°
CMYK 0.000.210.18   0.14
XYZ52.587748.627549.7944
Yxy48.62750.34820.3220
Hunter Lab69.733412.57786.4763
CIE-Lab75.219017.28833.1857

#dbaeb4 color RGB value is (219,174,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10110100
Octal 333 256 264
Decimal 219 174 180
Hex DB AE B4

RGB Percentages of Color #dbaeb4

%38.22
%30.37
%31.41

CMYK Percentages of Color #dbaeb4

%0
%21
%18
%14

Triadic Colors of #dbaeb4

#dbaeb4 #b4dbae #aeb4db

Analogous Colors of #dbaeb4

#dbaeb4 #dbbfae #dbaecb

Monochromatic Colors of #dbaeb4

#dbaeb4

Complementary Color

#dbaeb4 #aedbd5

#dbaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeb4 Color CSS Codes

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

#dbaeb4 Text Font Color

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

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


#dbaeb4 Background Color

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

This div background color is #dbaeb4


#dbaeb4 Border Color

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

This div border color is #dbaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeb4


Comments

No comments written yet.

Please login to write comment.