Color Hex Logo

#dad693 Color Hex

#DAD693
(218,214,147)
0 Favorites   0 Comments

Color spaces of #dad693

RGB 218214147
HSL0.160.490.72
HSV57°33°85°
CMYK 0.000.020.33   0.15
XYZ58.226565.105137.1014
Yxy65.10510.36290.4058
Hunter Lab80.6877-12.393029.2190
CIE-Lab84.5379-8.703233.6485

#dad693 color RGB value is (218,214,147).

#dad693 hex color red value is 218, green value is 214 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dad693 hue: 0.16 , saturation: 0.49 and the lightness value of dad693 is 0.72.

The process color (four color CMYK) of #dad693 color hex is 0.00, 0.02, 0.33, 0.15. Web safe color of #dad693 is #cccc99. Color #dad693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 10010011
Octal 332 326 223
Decimal 218 214 147
Hex DA D6 93

RGB Percentages of Color #dad693

%37.65
%36.96
%25.39

CMYK Percentages of Color #dad693

%0
%2
%33
%15

Triadic Colors of #dad693

#dad693 #93dad6 #d693da

Analogous Colors of #dad693

#dad693 #bbda93 #dab393

Monochromatic Colors of #dad693

#dad693

Complementary Color

#dad693 #9397da

#dad693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad693 Color CSS Codes

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

#dad693 Text Font Color

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

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


#dad693 Background Color

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

This div background color is #dad693


#dad693 Border Color

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

This div border color is #dad693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad693


Comments

No comments written yet.

Please login to write comment.