Color Hex Logo

#dabcbf Color Hex

#DABCBF
(218,188,191)
0 Favorites   0 Comments

Color spaces of #dabcbf

RGB 218188191
HSL0.980.290.80
HSV354°14°85°
CMYK 0.000.140.12   0.15
XYZ56.300654.633556.8682
Yxy54.63350.33550.3256
Hunter Lab73.91456.61306.1237
CIE-Lab78.829711.16652.4350

#dabcbf color RGB value is (218,188,191).

#dabcbf hex color red value is 218, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dabcbf hue: 0.98 , saturation: 0.29 and the lightness value of dabcbf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10111111
Octal 332 274 277
Decimal 218 188 191
Hex DA BC BF

RGB Percentages of Color #dabcbf

%36.52
%31.49
%31.99

CMYK Percentages of Color #dabcbf

%0
%14
%12
%15

Triadic Colors of #dabcbf

#dabcbf #bfdabc #bcbfda

Analogous Colors of #dabcbf

#dabcbf #dac8bc #dabcce

Monochromatic Colors of #dabcbf

#dabcbf

Complementary Color

#dabcbf #bcdad7

#dabcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcbf Color CSS Codes

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

#dabcbf Text Font Color

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

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


#dabcbf Background Color

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

This div background color is #dabcbf


#dabcbf Border Color

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

This div border color is #dabcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcbf


Comments

No comments written yet.

Please login to write comment.