Color Hex Logo

#dad195 Color Hex

#DAD195
(218,209,149)
0 Favorites   0 Comments

Color spaces of #dad195

RGB 218209149
HSL0.140.480.72
HSV52°32°85°
CMYK 0.000.040.32   0.15
XYZ57.138762.676337.5200
Yxy62.67630.36320.3984
Hunter Lab79.1684-9.714727.3187
CIE-Lab83.2718-5.907030.9422

#dad195 color RGB value is (218,209,149).

#dad195 hex color red value is 218, green value is 209 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dad195 hue: 0.14 , saturation: 0.48 and the lightness value of dad195 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10010101
Octal 332 321 225
Decimal 218 209 149
Hex DA D1 95

RGB Percentages of Color #dad195

%37.85
%36.28
%25.87

CMYK Percentages of Color #dad195

%0
%4
%32
%15

Triadic Colors of #dad195

#dad195 #95dad1 #d195da

Analogous Colors of #dad195

#dad195 #c1da95 #daaf95

Monochromatic Colors of #dad195

#dad195

Complementary Color

#dad195 #959eda

#dad195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad195 Color CSS Codes

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

#dad195 Text Font Color

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

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


#dad195 Background Color

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

This div background color is #dad195


#dad195 Border Color

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

This div border color is #dad195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad195


Comments

No comments written yet.

Please login to write comment.