Color Hex Logo

#dad387 Color Hex

#DAD387
(218,211,135)
0 Favorites   0 Comments

Color spaces of #dad387

RGB 218211135
HSL0.150.530.69
HSV55°38°85°
CMYK 0.000.030.38   0.15
XYZ56.580963.243232.1467
Yxy63.24320.37230.4162
Hunter Lab79.5256-12.170531.7011
CIE-Lab83.5702-8.570938.4979

#dad387 color RGB value is (218,211,135).

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

The process color (four color CMYK) of #dad387 color hex is 0.00, 0.03, 0.38, 0.15. Web safe color of #dad387 is #cccc99. Color #dad387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10000111
Octal 332 323 207
Decimal 218 211 135
Hex DA D3 87

RGB Percentages of Color #dad387

%38.65
%37.41
%23.94

CMYK Percentages of Color #dad387

%0
%3
%38
%15

Triadic Colors of #dad387

#dad387 #87dad3 #d387da

Analogous Colors of #dad387

#dad387 #b8da87 #daaa87

Monochromatic Colors of #dad387

#dad387

Complementary Color

#dad387 #878eda

#dad387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad387 Color CSS Codes

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

#dad387 Text Font Color

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

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


#dad387 Background Color

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

This div background color is #dad387


#dad387 Border Color

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

This div border color is #dad387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad387


Comments

No comments written yet.

Please login to write comment.