Color Hex Logo

#dabac0 Color Hex

#DABAC0
(218,186,192)
0 Favorites   0 Comments

Color spaces of #dabac0

RGB 218186192
HSL0.970.300.79
HSV349°15°85°
CMYK 0.000.150.12   0.15
XYZ55.986853.829057.3084
Yxy53.82900.33500.3221
Hunter Lab73.36827.81775.0460
CIE-Lab78.361912.40111.2140

#dabac0 color RGB value is (218,186,192).

#dabac0 hex color red value is 218, green value is 186 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #dabac0 hue: 0.97 , saturation: 0.30 and the lightness value of dabac0 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11000000
Octal 332 272 300
Decimal 218 186 192
Hex DA BA C0

RGB Percentages of Color #dabac0

%36.58
%31.21
%32.21

CMYK Percentages of Color #dabac0

%0
%15
%12
%15

Triadic Colors of #dabac0

#dabac0 #c0daba #bac0da

Analogous Colors of #dabac0

#dabac0 #dac4ba #dabad0

Monochromatic Colors of #dabac0

#dabac0

Complementary Color

#dabac0 #badad4

#dabac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabac0 Color CSS Codes

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

#dabac0 Text Font Color

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

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


#dabac0 Background Color

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

This div background color is #dabac0


#dabac0 Border Color

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

This div border color is #dabac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabac0


Comments

No comments written yet.

Please login to write comment.