Color Hex Logo

#dab891 Color Hex

#DAB891
(218,184,145)
0 Favorites   0 Comments

Color spaces of #dab891

RGB 218184145
HSL0.090.500.71
HSV32°33°85°
CMYK 0.000.160.33   0.15
XYZ51.164851.230733.9799
Yxy51.23070.37520.3757
Hunter Lab71.57562.340821.9555
CIE-Lab76.81856.657624.3723

#dab891 color RGB value is (218,184,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 10010001
Octal 332 270 221
Decimal 218 184 145
Hex DA B8 91

RGB Percentages of Color #dab891

%39.85
%33.64
%26.51

CMYK Percentages of Color #dab891

%0
%16
%33
%15

Triadic Colors of #dab891

#dab891 #91dab8 #b891da

Analogous Colors of #dab891

#dab891 #d8da91 #da9491

Monochromatic Colors of #dab891

#dab891

Complementary Color

#dab891 #91b3da

#dab891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab891 Color CSS Codes

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

#dab891 Text Font Color

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

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


#dab891 Background Color

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

This div background color is #dab891


#dab891 Border Color

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

This div border color is #dab891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab891

#dab891 Color Palettes


Comments

No comments written yet.

Please login to write comment.