Color Hex Logo

#daba92 Color Hex

#DABA92
(218,186,146)
0 Favorites   0 Comments

Color spaces of #daba92

RGB 218186146
HSL0.090.490.71
HSV33°33°85°
CMYK 0.000.150.33   0.15
XYZ51.660752.098634.5273
Yxy52.09860.37360.3767
Hunter Lab72.17941.443322.1639
CIE-Lab77.33985.720924.5464

#daba92 color RGB value is (218,186,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10010010
Octal 332 272 222
Decimal 218 186 146
Hex DA BA 92

RGB Percentages of Color #daba92

%39.64
%33.82
%26.55

CMYK Percentages of Color #daba92

%0
%15
%33
%15

Triadic Colors of #daba92

#daba92 #92daba #ba92da

Analogous Colors of #daba92

#daba92 #d6da92 #da9692

Monochromatic Colors of #daba92

#daba92

Complementary Color

#daba92 #92b2da

#daba92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba92 Color CSS Codes

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

#daba92 Text Font Color

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

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


#daba92 Background Color

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

This div background color is #daba92


#daba92 Border Color

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

This div border color is #daba92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba92


Comments

No comments written yet.

Please login to write comment.