Color Hex Logo

#dad7a5 Color Hex

#DAD7A5
(218,215,165)
0 Favorites   0 Comments

Color spaces of #dad7a5

RGB 218215165
HSL0.160.420.75
HSV57°24°85°
CMYK 0.000.010.24   0.15
XYZ60.005466.222945.2170
Yxy66.22290.35000.3863
Hunter Lab81.3775-10.789824.0200
CIE-Lab85.1100-6.888025.1132

#dad7a5 color RGB value is (218,215,165).

#dad7a5 hex color red value is 218, green value is 215 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dad7a5 hue: 0.16 , saturation: 0.42 and the lightness value of dad7a5 is 0.75.

The process color (four color CMYK) of #dad7a5 color hex is 0.00, 0.01, 0.24, 0.15. Web safe color of #dad7a5 is #cccc99. Color #dad7a5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 10100101
Octal 332 327 245
Decimal 218 215 165
Hex DA D7 A5

RGB Percentages of Color #dad7a5

%36.45
%35.95
%27.59

CMYK Percentages of Color #dad7a5

%0
%1
%24
%15

Triadic Colors of #dad7a5

#dad7a5 #a5dad7 #d7a5da

Analogous Colors of #dad7a5

#dad7a5 #c3daa5 #dabda5

Monochromatic Colors of #dad7a5

#dad7a5

Complementary Color

#dad7a5 #a5a8da

#dad7a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad7a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad7a5 Color CSS Codes

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

#dad7a5 Text Font Color

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

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


#dad7a5 Background Color

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

This div background color is #dad7a5


#dad7a5 Border Color

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

This div border color is #dad7a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad7a5


Comments

No comments written yet.

Please login to write comment.