Color Hex Logo

#dbaec2 Color Hex

#DBAEC2
(219,174,194)
0 Favorites   0 Comments

Color spaces of #dbaec2

RGB 219174194
HSL0.930.380.77
HSV333°21°86°
CMYK 0.000.210.11   0.14
XYZ54.087149.227257.6900
Yxy49.22720.33590.3058
Hunter Lab70.162114.81980.3629
CIE-Lab75.592519.5433-3.9186

#dbaec2 color RGB value is (219,174,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 11000010
Octal 333 256 302
Decimal 219 174 194
Hex DB AE C2

RGB Percentages of Color #dbaec2

%37.31
%29.64
%33.05

CMYK Percentages of Color #dbaec2

%0
%21
%11
%14

Triadic Colors of #dbaec2

#dbaec2 #c2dbae #aec2db

Analogous Colors of #dbaec2

#dbaec2 #dbb1ae #dbaed9

Monochromatic Colors of #dbaec2

#dbaec2

Complementary Color

#dbaec2 #aedbc7

#dbaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaec2 Color CSS Codes

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

#dbaec2 Text Font Color

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

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


#dbaec2 Background Color

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

This div background color is #dbaec2


#dbaec2 Border Color

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

This div border color is #dbaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaec2


Comments

No comments written yet.

Please login to write comment.