Color Hex Logo

#daaeac Color Hex

#DAAEAC
(218,174,172)
0 Favorites   0 Comments

Color spaces of #daaeac

RGB 218174172
HSL0.010.380.76
HSV21°85°
CMYK 0.000.200.21   0.15
XYZ51.495948.156145.6107
Yxy48.15610.35450.3315
Hunter Lab69.394611.01969.6069
CIE-Lab74.923315.70247.1181

#daaeac color RGB value is (218,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 10101100
Octal 332 256 254
Decimal 218 174 172
Hex DA AE AC

RGB Percentages of Color #daaeac

%38.65
%30.85
%30.50

CMYK Percentages of Color #daaeac

%0
%20
%21
%15

Triadic Colors of #daaeac

#daaeac #acdaae #aeacda

Analogous Colors of #daaeac

#daaeac #dac5ac #daacc1

Monochromatic Colors of #daaeac

#daaeac

Complementary Color

#daaeac #acd8da

#daaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeac Color CSS Codes

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

#daaeac Text Font Color

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

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


#daaeac Background Color

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

This div background color is #daaeac


#daaeac Border Color

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

This div border color is #daaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeac


Comments

No comments written yet.

Please login to write comment.