Color Hex Logo

#dad183 Color Hex

#DAD183
(218,209,131)
0 Favorites   0 Comments

Color spaces of #dad183

RGB 218209131
HSL0.150.540.68
HSV54°40°85°
CMYK 0.000.040.40   0.15
XYZ55.810662.145030.5264
Yxy62.14500.37590.4185
Hunter Lab78.8321-11.583932.2234
CIE-Lab82.9905-7.989739.7746

#dad183 color RGB value is (218,209,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010001 10000011
Octal 332 321 203
Decimal 218 209 131
Hex DA D1 83

RGB Percentages of Color #dad183

%39.07
%37.46
%23.48

CMYK Percentages of Color #dad183

%0
%4
%40
%15

Triadic Colors of #dad183

#dad183 #83dad1 #d183da

Analogous Colors of #dad183

#dad183 #b8da83 #daa683

Monochromatic Colors of #dad183

#dad183

Complementary Color

#dad183 #838cda

#dad183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad183 Color CSS Codes

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

#dad183 Text Font Color

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

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


#dad183 Background Color

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

This div background color is #dad183


#dad183 Border Color

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

This div border color is #dad183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad183


Comments

No comments written yet.

Please login to write comment.