Color Hex Logo

#daacbe Color Hex

#DAACBE
(218,172,190)
0 Favorites   0 Comments

Color spaces of #daacbe

RGB 218172190
HSL0.930.380.76
HSV337°21°85°
CMYK 0.000.210.13   0.15
XYZ52.960248.128255.2136
Yxy48.12820.33880.3079
Hunter Lab69.374514.86081.3746
CIE-Lab74.905719.6055-2.7530

#daacbe color RGB value is (218,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 10111110
Octal 332 254 276
Decimal 218 172 190
Hex DA AC BE

RGB Percentages of Color #daacbe

%37.59
%29.66
%32.76

CMYK Percentages of Color #daacbe

%0
%21
%13
%15

Triadic Colors of #daacbe

#daacbe #bedaac #acbeda

Analogous Colors of #daacbe

#daacbe #dab1ac #daacd5

Monochromatic Colors of #daacbe

#daacbe

Complementary Color

#daacbe #acdac8

#daacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacbe Color CSS Codes

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

#daacbe Text Font Color

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

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


#daacbe Background Color

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

This div background color is #daacbe


#daacbe Border Color

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

This div border color is #daacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacbe


Comments

No comments written yet.

Please login to write comment.