Color Hex Logo

#dac290 Color Hex

#DAC290
(218,194,144)
0 Favorites   0 Comments

Color spaces of #dac290

RGB 218194144
HSL0.110.500.71
HSV41°34°85°
CMYK 0.000.110.34   0.15
XYZ53.239355.502634.2926
Yxy55.50260.37220.3880
Hunter Lab74.5001-2.815324.8587
CIE-Lab79.32991.257328.2874

#dac290 color RGB value is (218,194,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 10010000
Octal 332 302 220
Decimal 218 194 144
Hex DA C2 90

RGB Percentages of Color #dac290

%39.21
%34.89
%25.90

CMYK Percentages of Color #dac290

%0
%11
%34
%15

Triadic Colors of #dac290

#dac290 #90dac2 #c290da

Analogous Colors of #dac290

#dac290 #cdda90 #da9d90

Monochromatic Colors of #dac290

#dac290

Complementary Color

#dac290 #90a8da

#dac290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac290 Color CSS Codes

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

#dac290 Text Font Color

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

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


#dac290 Background Color

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

This div background color is #dac290


#dac290 Border Color

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

This div border color is #dac290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac290

#dac290 Color Palettes


Comments

No comments written yet.

Please login to write comment.