Color Hex Logo

#dad692 Color Hex

#DAD692
(218,214,146)
0 Favorites   0 Comments

Color spaces of #dad692

RGB 218214146
HSL0.160.490.71
HSV57°33°85°
CMYK 0.000.020.33   0.15
XYZ58.148365.073936.6899
Yxy65.07390.36360.4069
Hunter Lab80.6684-12.501329.5014
CIE-Lab84.5218-8.824234.1392

#dad692 color RGB value is (218,214,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 10010010
Octal 332 326 222
Decimal 218 214 146
Hex DA D6 92

RGB Percentages of Color #dad692

%37.72
%37.02
%25.26

CMYK Percentages of Color #dad692

%0
%2
%33
%15

Triadic Colors of #dad692

#dad692 #92dad6 #d692da

Analogous Colors of #dad692

#dad692 #bada92 #dab292

Monochromatic Colors of #dad692

#dad692

Complementary Color

#dad692 #9296da

#dad692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad692 Color CSS Codes

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

#dad692 Text Font Color

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

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


#dad692 Background Color

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

This div background color is #dad692


#dad692 Border Color

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

This div border color is #dad692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad692


Comments

No comments written yet.

Please login to write comment.