Color Hex Logo

#dad583 Color Hex

#DAD583
(218,213,131)
0 Favorites   0 Comments

Color spaces of #dad583

RGB 218213131
HSL0.160.540.68
HSV57°40°85°
CMYK 0.000.020.40   0.15
XYZ56.804464.132630.8576
Yxy64.13260.37420.4225
Hunter Lab80.0828-13.531233.2123
CIE-Lab84.0348-10.020441.1034

#dad583 color RGB value is (218,213,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 10000011
Octal 332 325 203
Decimal 218 213 131
Hex DA D5 83

RGB Percentages of Color #dad583

%38.79
%37.90
%23.31

CMYK Percentages of Color #dad583

%0
%2
%40
%15

Triadic Colors of #dad583

#dad583 #83dad5 #d583da

Analogous Colors of #dad583

#dad583 #b4da83 #daaa83

Monochromatic Colors of #dad583

#dad583

Complementary Color

#dad583 #8388da

#dad583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad583 Color CSS Codes

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

#dad583 Text Font Color

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

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


#dad583 Background Color

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

This div background color is #dad583


#dad583 Border Color

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

This div border color is #dad583


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,213,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 #dad583">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad583

#dad583 Color Palettes


Comments

No comments written yet.

Please login to write comment.