Color Hex Logo

#dabaac Color Hex

#DABAAC
(218,186,172)
0 Favorites   0 Comments

Color spaces of #dabaac

RGB 218186172
HSL0.050.380.76
HSV18°21°85°
CMYK 0.000.150.21   0.15
XYZ53.918753.001846.4183
Yxy53.00180.35160.3457
Hunter Lab72.80234.796213.1587
CIE-Lab77.87619.269711.3311

#dabaac color RGB value is (218,186,172).

#dabaac hex color red value is 218, green value is 186 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dabaac hue: 0.05 , saturation: 0.38 and the lightness value of dabaac is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10101100
Octal 332 272 254
Decimal 218 186 172
Hex DA BA AC

RGB Percentages of Color #dabaac

%37.85
%32.29
%29.86

CMYK Percentages of Color #dabaac

%0
%15
%21
%15

Triadic Colors of #dabaac

#dabaac #acdaba #baacda

Analogous Colors of #dabaac

#dabaac #dad1ac #daacb5

Monochromatic Colors of #dabaac

#dabaac

Complementary Color

#dabaac #acccda

#dabaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabaac Color CSS Codes

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

#dabaac Text Font Color

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

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


#dabaac Background Color

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

This div background color is #dabaac


#dabaac Border Color

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

This div border color is #dabaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabaac


Comments

No comments written yet.

Please login to write comment.