Color Hex Logo

#daccae Color Hex

#DACCAE
(218,204,174)
0 Favorites   0 Comments

Color spaces of #daccae

RGB 218204174
HSL0.110.370.77
HSV41°20°85°
CMYK 0.000.060.20   0.15
XYZ58.146361.147248.7823
Yxy61.14720.34600.3638
Hunter Lab78.1967-4.113317.7501
CIE-Lab82.45780.067516.7175

#daccae color RGB value is (218,204,174).

#daccae hex color red value is 218, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #daccae hue: 0.11 , saturation: 0.37 and the lightness value of daccae is 0.77.

The process color (four color CMYK) of #daccae color hex is 0.00, 0.06, 0.20, 0.15. Web safe color of #daccae is #cccc99. Color #daccae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10101110
Octal 332 314 256
Decimal 218 204 174
Hex DA CC AE

RGB Percentages of Color #daccae

%36.58
%34.23
%29.19

CMYK Percentages of Color #daccae

%0
%6
%20
%15

Triadic Colors of #daccae

#daccae #aedacc #ccaeda

Analogous Colors of #daccae

#daccae #d2daae #dab6ae

Monochromatic Colors of #daccae

#daccae

Complementary Color

#daccae #aebcda

#daccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#daccae Color CSS Codes

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

#daccae Text Font Color

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

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


#daccae Background Color

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

This div background color is #daccae


#daccae Border Color

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

This div border color is #daccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daccae


Comments

No comments written yet.

Please login to write comment.