Color Hex Logo

#dad186 Color Hex

#DAD186
(218,209,134)
0 Favorites   0 Comments

Color spaces of #dad186

RGB 218209134
HSL0.150.530.69
HSV54°39°85°
CMYK 0.000.040.39   0.15
XYZ56.017062.227631.6130
Yxy62.22760.37380.4152
Hunter Lab78.8845-11.292431.4586
CIE-Lab83.0343-7.663138.3151

#dad186 color RGB value is (218,209,134).

#dad186 hex color red value is 218, green value is 209 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dad186 hue: 0.15 , saturation: 0.53 and the lightness value of dad186 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10000110
Octal 332 321 206
Decimal 218 209 134
Hex DA D1 86

RGB Percentages of Color #dad186

%38.86
%37.25
%23.89

CMYK Percentages of Color #dad186

%0
%4
%39
%15

Triadic Colors of #dad186

#dad186 #86dad1 #d186da

Analogous Colors of #dad186

#dad186 #b9da86 #daa786

Monochromatic Colors of #dad186

#dad186

Complementary Color

#dad186 #868fda

#dad186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad186 Color CSS Codes

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

#dad186 Text Font Color

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

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


#dad186 Background Color

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

This div background color is #dad186


#dad186 Border Color

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

This div border color is #dad186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad186


Comments

No comments written yet.

Please login to write comment.