Color Hex Logo

#dab892 Color Hex

#DAB892
(218,184,146)
0 Favorites   0 Comments

Color spaces of #dab892

RGB 218184146
HSL0.090.490.71
HSV32°33°85°
CMYK 0.000.160.33   0.15
XYZ51.242251.261734.3879
Yxy51.26170.37430.3745
Hunter Lab71.59732.457321.6413
CIE-Lab76.83736.782023.8638

#dab892 color RGB value is (218,184,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10010010
Octal 332 270 222
Decimal 218 184 146
Hex DA B8 92

RGB Percentages of Color #dab892

%39.78
%33.58
%26.64

CMYK Percentages of Color #dab892

%0
%16
%33
%15

Triadic Colors of #dab892

#dab892 #92dab8 #b892da

Analogous Colors of #dab892

#dab892 #d8da92 #da9492

Monochromatic Colors of #dab892

#dab892

Complementary Color

#dab892 #92b4da

#dab892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab892 Color CSS Codes

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

#dab892 Text Font Color

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

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


#dab892 Background Color

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

This div background color is #dab892


#dab892 Border Color

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

This div border color is #dab892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab892


Comments

No comments written yet.

Please login to write comment.