Color Hex Logo

#dad096 Color Hex

#DAD096
(218,208,150)
0 Favorites   0 Comments

Color spaces of #dad096

RGB 218208150
HSL0.140.480.72
HSV51°31°85°
CMYK 0.000.050.31   0.15
XYZ56.974362.219237.8608
Yxy62.21920.36280.3962
Hunter Lab78.8791-9.108226.7571
CIE-Lab83.0299-5.269430.1019

#dad096 color RGB value is (218,208,150).

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

The process color (four color CMYK) of #dad096 color hex is 0.00, 0.05, 0.31, 0.15. Web safe color of #dad096 is #cccc99. Color #dad096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 10010110
Octal 332 320 226
Decimal 218 208 150
Hex DA D0 96

RGB Percentages of Color #dad096

%37.85
%36.11
%26.04

CMYK Percentages of Color #dad096

%0
%5
%31
%15

Triadic Colors of #dad096

#dad096 #96dad0 #d096da

Analogous Colors of #dad096

#dad096 #c2da96 #daae96

Monochromatic Colors of #dad096

#dad096

Complementary Color

#dad096 #96a0da

#dad096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad096 Color CSS Codes

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

#dad096 Text Font Color

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

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


#dad096 Background Color

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

This div background color is #dad096


#dad096 Border Color

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

This div border color is #dad096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad096


Comments

No comments written yet.

Please login to write comment.