Color Hex Logo

#dab792 Color Hex

#DAB792
(218,183,146)
0 Favorites   0 Comments

Color spaces of #dab792

RGB 218183146
HSL0.090.490.71
HSV31°33°85°
CMYK 0.000.160.33   0.15
XYZ51.035250.847734.3189
Yxy50.84770.37470.3733
Hunter Lab71.30762.965121.3802
CIE-Lab76.58677.313423.5229

#dab792 color RGB value is (218,183,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 10010010
Octal 332 267 222
Decimal 218 183 146
Hex DA B7 92

RGB Percentages of Color #dab792

%39.85
%33.46
%26.69

CMYK Percentages of Color #dab792

%0
%16
%33
%15

Triadic Colors of #dab792

#dab792 #92dab7 #b792da

Analogous Colors of #dab792

#dab792 #d9da92 #da9392

Monochromatic Colors of #dab792

#dab792

Complementary Color

#dab792 #92b5da

#dab792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab792 Color CSS Codes

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

#dab792 Text Font Color

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

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


#dab792 Background Color

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

This div background color is #dab792


#dab792 Border Color

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

This div border color is #dab792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab792


Comments

No comments written yet.

Please login to write comment.