Color Hex Logo

#dbaeb5 Color Hex

#DBAEB5
(219,174,181)
0 Favorites   0 Comments

Color spaces of #dbaeb5

RGB 219174181
HSL0.970.380.77
HSV351°21°86°
CMYK 0.000.210.17   0.14
XYZ52.690048.668450.3329
Yxy48.66840.34740.3208
Hunter Lab69.762712.73176.0570
CIE-Lab75.244617.44412.6763

#dbaeb5 color RGB value is (219,174,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 10110101
Octal 333 256 265
Decimal 219 174 181
Hex DB AE B5

RGB Percentages of Color #dbaeb5

%38.15
%30.31
%31.53

CMYK Percentages of Color #dbaeb5

%0
%21
%17
%14

Triadic Colors of #dbaeb5

#dbaeb5 #b5dbae #aeb5db

Analogous Colors of #dbaeb5

#dbaeb5 #dbbeae #dbaecc

Monochromatic Colors of #dbaeb5

#dbaeb5

Complementary Color

#dbaeb5 #aedbd4

#dbaeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaeb5 Color CSS Codes

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

#dbaeb5 Text Font Color

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

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


#dbaeb5 Background Color

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

This div background color is #dbaeb5


#dbaeb5 Border Color

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

This div border color is #dbaeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaeb5


Comments

No comments written yet.

Please login to write comment.