Color Hex Logo

#dabab6 Color Hex

#DABAB6
(218,186,182)
0 Favorites   0 Comments

Color spaces of #dabab6

RGB 218186182
HSL0.020.330.78
HSV17°85°
CMYK 0.000.150.17   0.15
XYZ54.915853.400651.6689
Yxy53.40060.34330.3338
Hunter Lab73.07576.25889.2314
CIE-Lab78.110910.79326.2620

#dabab6 color RGB value is (218,186,182).

#dabab6 hex color red value is 218, green value is 186 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #dabab6 hue: 0.02 , saturation: 0.33 and the lightness value of dabab6 is 0.78.

The process color (four color CMYK) of #dabab6 color hex is 0.00, 0.15, 0.17, 0.15. Web safe color of #dabab6 is #cccccc. Color #dabab6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10110110
Octal 332 272 266
Decimal 218 186 182
Hex DA BA B6

RGB Percentages of Color #dabab6

%37.20
%31.74
%31.06

CMYK Percentages of Color #dabab6

%0
%15
%17
%15

Triadic Colors of #dabab6

#dabab6 #b6daba #bab6da

Analogous Colors of #dabab6

#dabab6 #daccb6 #dab6c4

Monochromatic Colors of #dabab6

#dabab6

Complementary Color

#dabab6 #b6d6da

#dabab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabab6 Color CSS Codes

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

#dabab6 Text Font Color

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

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


#dabab6 Background Color

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

This div background color is #dabab6


#dabab6 Border Color

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

This div border color is #dabab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabab6


Comments

No comments written yet.

Please login to write comment.