Color Hex Logo

#dabbc0 Color Hex

#DABBC0
(218,187,192)
0 Favorites   0 Comments

Color spaces of #dabbc0

RGB 218187192
HSL0.970.300.79
HSV350°14°85°
CMYK 0.000.140.12   0.15
XYZ56.198254.251857.3789
Yxy54.25180.33490.3233
Hunter Lab73.65587.29495.3713
CIE-Lab78.608311.86591.5726

#dabbc0 color RGB value is (218,187,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 11000000
Octal 332 273 300
Decimal 218 187 192
Hex DA BB C0

RGB Percentages of Color #dabbc0

%36.52
%31.32
%32.16

CMYK Percentages of Color #dabbc0

%0
%14
%12
%15

Triadic Colors of #dabbc0

#dabbc0 #c0dabb #bbc0da

Analogous Colors of #dabbc0

#dabbc0 #dac6bb #dabbd0

Monochromatic Colors of #dabbc0

#dabbc0

Complementary Color

#dabbc0 #bbdad5

#dabbc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabbc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabbc0 Color CSS Codes

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

#dabbc0 Text Font Color

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

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


#dabbc0 Background Color

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

This div background color is #dabbc0


#dabbc0 Border Color

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

This div border color is #dabbc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabbc0


Comments

No comments written yet.

Please login to write comment.