Color Hex Logo

#dbaec4 Color Hex

#DBAEC4
(219,174,196)
0 Favorites   0 Comments

Color spaces of #dbaec4

RGB 219174196
HSL0.920.380.77
HSV331°21°86°
CMYK 0.000.210.11   0.14
XYZ54.313349.317758.8812
Yxy49.31770.33420.3035
Hunter Lab70.226615.1556-0.5529
CIE-Lab75.648519.8783-4.9282

#dbaec4 color RGB value is (219,174,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11000100
Octal 333 256 304
Decimal 219 174 196
Hex DB AE C4

RGB Percentages of Color #dbaec4

%37.18
%29.54
%33.28

CMYK Percentages of Color #dbaec4

%0
%21
%11
%14

Triadic Colors of #dbaec4

#dbaec4 #c4dbae #aec4db

Analogous Colors of #dbaec4

#dbaec4 #dbafae #dbaedb

Monochromatic Colors of #dbaec4

#dbaec4

Complementary Color

#dbaec4 #aedbc5

#dbaec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaec4 Color CSS Codes

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

#dbaec4 Text Font Color

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

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


#dbaec4 Background Color

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

This div background color is #dbaec4


#dbaec4 Border Color

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

This div border color is #dbaec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaec4


Comments

No comments written yet.

Please login to write comment.