Color Hex Logo

#dad181 Color Hex

#DAD181
(218,209,129)
0 Favorites   0 Comments

Color spaces of #dad181

RGB 218209129
HSL0.150.550.68
HSV54°41°85°
CMYK 0.000.040.41   0.15
XYZ55.676462.091329.8192
Yxy62.09130.37720.4207
Hunter Lab78.7980-11.773632.7218
CIE-Lab82.9619-8.202640.7441

#dad181 color RGB value is (218,209,129).

#dad181 hex color red value is 218, green value is 209 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #dad181 hue: 0.15 , saturation: 0.55 and the lightness value of dad181 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10000001
Octal 332 321 201
Decimal 218 209 129
Hex DA D1 81

RGB Percentages of Color #dad181

%39.21
%37.59
%23.20

CMYK Percentages of Color #dad181

%0
%4
%41
%15

Triadic Colors of #dad181

#dad181 #81dad1 #d181da

Analogous Colors of #dad181

#dad181 #b7da81 #daa581

Monochromatic Colors of #dad181

#dad181

Complementary Color

#dad181 #818ada

#dad181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad181 Color CSS Codes

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

#dad181 Text Font Color

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

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


#dad181 Background Color

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

This div background color is #dad181


#dad181 Border Color

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

This div border color is #dad181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad181


Comments

No comments written yet.

Please login to write comment.