Color Hex Logo

#daacb0 Color Hex

#DAACB0
(218,172,176)
0 Favorites   0 Comments

Color spaces of #daacb0

RGB 218172176
HSL0.990.380.76
HSV355°21°85°
CMYK 0.000.210.19   0.15
XYZ51.502447.545147.5369
Yxy47.54510.35130.3244
Hunter Lab68.953012.65777.3919
CIE-Lab74.537117.38414.3747

#daacb0 color RGB value is (218,172,176).

#daacb0 hex color red value is 218, green value is 172 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #daacb0 hue: 0.99 , saturation: 0.38 and the lightness value of daacb0 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10110000
Octal 332 254 260
Decimal 218 172 176
Hex DA AC B0

RGB Percentages of Color #daacb0

%38.52
%30.39
%31.10

CMYK Percentages of Color #daacb0

%0
%21
%19
%15

Triadic Colors of #daacb0

#daacb0 #b0daac #acb0da

Analogous Colors of #daacb0

#daacb0 #dabfac #daacc7

Monochromatic Colors of #daacb0

#daacb0

Complementary Color

#daacb0 #acdad6

#daacb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacb0 Color CSS Codes

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

#daacb0 Text Font Color

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

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


#daacb0 Background Color

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

This div background color is #daacb0


#daacb0 Border Color

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

This div border color is #daacb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,172,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daacb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daacb0;
  -webkit-box-shadow: 1px 1px 3px 2px #daacb0;
  box-shadow:         1px 1px 3px 2px #daacb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,172,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacb0


Comments

No comments written yet.

Please login to write comment.