Color Hex Logo

#dad182 Color Hex

#DAD182
(218,209,130)
0 Favorites   0 Comments

Color spaces of #dad182

RGB 218209130
HSL0.150.540.68
HSV54°40°85°
CMYK 0.000.040.40   0.15
XYZ55.743262.118130.1711
Yxy62.11810.37660.4196
Hunter Lab78.8150-11.679332.4738
CIE-Lab82.9762-8.096740.2598

#dad182 color RGB value is (218,209,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10000010
Octal 332 321 202
Decimal 218 209 130
Hex DA D1 82

RGB Percentages of Color #dad182

%39.14
%37.52
%23.34

CMYK Percentages of Color #dad182

%0
%4
%40
%15

Triadic Colors of #dad182

#dad182 #82dad1 #d182da

Analogous Colors of #dad182

#dad182 #b7da82 #daa582

Monochromatic Colors of #dad182

#dad182

Complementary Color

#dad182 #828bda

#dad182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad182 Color CSS Codes

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

#dad182 Text Font Color

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

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


#dad182 Background Color

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

This div background color is #dad182


#dad182 Border Color

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

This div border color is #dad182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad182


Comments

No comments written yet.

Please login to write comment.