Color Hex Logo

#dad590 Color Hex

#DAD590
(218,213,144)
0 Favorites   0 Comments

Color spaces of #dad590

RGB 218213144
HSL0.160.500.71
HSV56°34°85°
CMYK 0.000.020.34   0.15
XYZ57.741764.507535.7934
Yxy64.50750.36540.4082
Hunter Lab80.3166-12.225629.7988
CIE-Lab84.2293-8.555134.7778

#dad590 color RGB value is (218,213,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 10010000
Octal 332 325 220
Decimal 218 213 144
Hex DA D5 90

RGB Percentages of Color #dad590

%37.91
%37.04
%25.04

CMYK Percentages of Color #dad590

%0
%2
%34
%15

Triadic Colors of #dad590

#dad590 #90dad5 #d590da

Analogous Colors of #dad590

#dad590 #bada90 #dab090

Monochromatic Colors of #dad590

#dad590

Complementary Color

#dad590 #9095da

#dad590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad590 Color CSS Codes

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

#dad590 Text Font Color

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

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


#dad590 Background Color

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

This div background color is #dad590


#dad590 Border Color

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

This div border color is #dad590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad590


Comments

No comments written yet.

Please login to write comment.