Color Hex Logo

#dad494 Color Hex

#DAD494
(218,212,148)
0 Favorites   0 Comments

Color spaces of #dad494

RGB 218212148
HSL0.150.490.72
HSV55°32°85°
CMYK 0.000.030.32   0.15
XYZ57.802264.130537.3489
Yxy64.13050.36290.4026
Hunter Lab80.0815-11.302828.4050
CIE-Lab84.0337-7.564032.4693

#dad494 color RGB value is (218,212,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010100 10010100
Octal 332 324 224
Decimal 218 212 148
Hex DA D4 94

RGB Percentages of Color #dad494

%37.72
%36.68
%25.61

CMYK Percentages of Color #dad494

%0
%3
%32
%15

Triadic Colors of #dad494

#dad494 #94dad4 #d494da

Analogous Colors of #dad494

#dad494 #bdda94 #dab194

Monochromatic Colors of #dad494

#dad494

Complementary Color

#dad494 #949ada

#dad494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad494 Color CSS Codes

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

#dad494 Text Font Color

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

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


#dad494 Background Color

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

This div background color is #dad494


#dad494 Border Color

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

This div border color is #dad494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad494


Comments

No comments written yet.

Please login to write comment.