Color Hex Logo

#dabcb6 Color Hex

#DABCB6
(218,188,182)
0 Favorites   0 Comments

Color spaces of #dabcb6

RGB 218188182
HSL0.030.330.78
HSV10°17°85°
CMYK 0.000.140.17   0.15
XYZ55.340254.249351.8104
Yxy54.24930.34290.3361
Hunter Lab73.65415.22179.8516
CIE-Lab78.60699.72556.9748

#dabcb6 color RGB value is (218,188,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10110110
Octal 332 274 266
Decimal 218 188 182
Hex DA BC B6

RGB Percentages of Color #dabcb6

%37.07
%31.97
%30.95

CMYK Percentages of Color #dabcb6

%0
%14
%17
%15

Triadic Colors of #dabcb6

#dabcb6 #b6dabc #bcb6da

Analogous Colors of #dabcb6

#dabcb6 #daceb6 #dab6c2

Monochromatic Colors of #dabcb6

#dabcb6

Complementary Color

#dabcb6 #b6d4da

#dabcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcb6 Color CSS Codes

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

#dabcb6 Text Font Color

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

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


#dabcb6 Background Color

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

This div background color is #dabcb6


#dabcb6 Border Color

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

This div border color is #dabcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcb6


Comments

No comments written yet.

Please login to write comment.