Color Hex Logo

#dabbaa Color Hex

#DABBAA
(218,187,170)
0 Favorites   0 Comments

Color spaces of #dabbaa

RGB 218187170
HSL0.060.390.76
HSV21°22°85°
CMYK 0.000.140.22   0.15
XYZ53.939553.348445.4846
Yxy53.34840.35310.3492
Hunter Lab73.04004.001014.2060
CIE-Lab78.08028.442812.6992

#dabbaa color RGB value is (218,187,170).

#dabbaa hex color red value is 218, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dabbaa hue: 0.06 , saturation: 0.39 and the lightness value of dabbaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10101010
Octal 332 273 252
Decimal 218 187 170
Hex DA BB AA

RGB Percentages of Color #dabbaa

%37.91
%32.52
%29.57

CMYK Percentages of Color #dabbaa

%0
%14
%22
%15

Triadic Colors of #dabbaa

#dabbaa #aadabb #bbaada

Analogous Colors of #dabbaa

#dabbaa #dad3aa #daaab1

Monochromatic Colors of #dabbaa

#dabbaa

Complementary Color

#dabbaa #aac9da

#dabbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbaa Color CSS Codes

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

#dabbaa Text Font Color

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

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


#dabbaa Background Color

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

This div background color is #dabbaa


#dabbaa Border Color

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

This div border color is #dabbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbaa


Comments

No comments written yet.

Please login to write comment.