Color Hex Logo

#daacb7 Color Hex

#DAACB7
(218,172,183)
0 Favorites   0 Comments

Color spaces of #daacb7

RGB 218172183
HSL0.960.380.76
HSV346°21°85°
CMYK 0.000.210.16   0.15
XYZ52.213247.829451.2798
Yxy47.82940.34500.3161
Hunter Lab69.158813.73524.4489
CIE-Lab74.717218.47450.8033

#daacb7 color RGB value is (218,172,183).

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

The process color (four color CMYK) of #daacb7 color hex is 0.00, 0.21, 0.16, 0.15. Web safe color of #daacb7 is #cc99cc. Color #daacb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10110111
Octal 332 254 267
Decimal 218 172 183
Hex DA AC B7

RGB Percentages of Color #daacb7

%38.05
%30.02
%31.94

CMYK Percentages of Color #daacb7

%0
%21
%16
%15

Triadic Colors of #daacb7

#daacb7 #b7daac #acb7da

Analogous Colors of #daacb7

#daacb7 #dab8ac #daacce

Monochromatic Colors of #daacb7

#daacb7

Complementary Color

#daacb7 #acdacf

#daacb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacb7 Color CSS Codes

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

#daacb7 Text Font Color

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

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


#daacb7 Background Color

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

This div background color is #daacb7


#daacb7 Border Color

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

This div border color is #daacb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacb7


Comments

No comments written yet.

Please login to write comment.