Color Hex Logo

#dad2ae Color Hex

#DAD2AE
(218,210,174)
0 Favorites   0 Comments

Color spaces of #dad2ae

RGB 218210174
HSL0.140.370.77
HSV49°20°85°
CMYK 0.000.040.20   0.15
XYZ59.600064.054649.2669
Yxy64.05460.34470.3704
Hunter Lab80.0341-7.133919.5265
CIE-Lab83.9942-3.046718.8614

#dad2ae color RGB value is (218,210,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 10101110
Octal 332 322 256
Decimal 218 210 174
Hex DA D2 AE

RGB Percentages of Color #dad2ae

%36.21
%34.88
%28.90

CMYK Percentages of Color #dad2ae

%0
%4
%20
%15

Triadic Colors of #dad2ae

#dad2ae #aedad2 #d2aeda

Analogous Colors of #dad2ae

#dad2ae #ccdaae #dabcae

Monochromatic Colors of #dad2ae

#dad2ae

Complementary Color

#dad2ae #aeb6da

#dad2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad2ae Color CSS Codes

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

#dad2ae Text Font Color

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

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


#dad2ae Background Color

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

This div background color is #dad2ae


#dad2ae Border Color

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

This div border color is #dad2ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,210,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 #dad2ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad2ae


Comments

No comments written yet.

Please login to write comment.