Color Hex Logo

#dad291 Color Hex

#DAD291
(218,210,145)
0 Favorites   0 Comments

Color spaces of #dad291

RGB 218210145
HSL0.150.500.71
HSV53°33°85°
CMYK 0.000.040.33   0.15
XYZ57.070963.042935.9486
Yxy63.04290.36570.4040
Hunter Lab79.3996-10.646828.7358
CIE-Lab83.4649-6.906733.2608

#dad291 color RGB value is (218,210,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 10010001
Octal 332 322 221
Decimal 218 210 145
Hex DA D2 91

RGB Percentages of Color #dad291

%38.05
%36.65
%25.31

CMYK Percentages of Color #dad291

%0
%4
%33
%15

Triadic Colors of #dad291

#dad291 #91dad2 #d291da

Analogous Colors of #dad291

#dad291 #beda91 #daae91

Monochromatic Colors of #dad291

#dad291

Complementary Color

#dad291 #9199da

#dad291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad291 Color CSS Codes

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

#dad291 Text Font Color

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

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


#dad291 Background Color

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

This div background color is #dad291


#dad291 Border Color

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

This div border color is #dad291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad291


Comments

No comments written yet.

Please login to write comment.