Color Hex Logo

#dab492 Color Hex

#DAB492
(218,180,146)
0 Favorites   0 Comments

Color spaces of #dab492

RGB 218180146
HSL0.080.490.71
HSV28°33°85°
CMYK 0.000.170.33   0.15
XYZ50.423049.623334.1148
Yxy49.62330.37580.3699
Hunter Lab70.44384.491920.5975
CIE-Lab75.83758.911222.5015

#dab492 color RGB value is (218,180,146).

#dab492 hex color red value is 218, green value is 180 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #dab492 hue: 0.08 , saturation: 0.49 and the lightness value of dab492 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 10010010
Octal 332 264 222
Decimal 218 180 146
Hex DA B4 92

RGB Percentages of Color #dab492

%40.07
%33.09
%26.84

CMYK Percentages of Color #dab492

%0
%17
%33
%15

Triadic Colors of #dab492

#dab492 #92dab4 #b492da

Analogous Colors of #dab492

#dab492 #dad892 #da9294

Monochromatic Colors of #dab492

#dab492

Complementary Color

#dab492 #92b8da

#dab492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab492 Color CSS Codes

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

#dab492 Text Font Color

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

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


#dab492 Background Color

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

This div background color is #dab492


#dab492 Border Color

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

This div border color is #dab492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab492


Comments

No comments written yet.

Please login to write comment.