Color Hex Logo

#dabcab Color Hex

#DABCAB
(218,188,171)
0 Favorites   0 Comments

Color spaces of #dabcab

RGB 218188171
HSL0.060.390.76
HSV22°22°85°
CMYK 0.000.140.22   0.15
XYZ54.247353.812146.0557
Yxy53.81210.35200.3492
Hunter Lab73.35673.626514.1256
CIE-Lab78.35208.057212.5447

#dabcab color RGB value is (218,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10101011
Octal 332 274 253
Decimal 218 188 171
Hex DA BC AB

RGB Percentages of Color #dabcab

%37.78
%32.58
%29.64

CMYK Percentages of Color #dabcab

%0
%14
%22
%15

Triadic Colors of #dabcab

#dabcab #abdabc #bcabda

Analogous Colors of #dabcab

#dabcab #dad4ab #daabb2

Monochromatic Colors of #dabcab

#dabcab

Complementary Color

#dabcab #abc9da

#dabcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcab Color CSS Codes

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

#dabcab Text Font Color

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

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


#dabcab Background Color

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

This div background color is #dabcab


#dabcab Border Color

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

This div border color is #dabcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcab


Comments

No comments written yet.

Please login to write comment.