Color Hex Logo

#dabccb Color Hex

#DABCCB
(218,188,203)
0 Favorites   0 Comments

Color spaces of #dabccb

RGB 218188203
HSL0.920.290.80
HSV330°14°85°
CMYK 0.000.140.07   0.15
XYZ57.676255.183764.1116
Yxy55.18370.32590.3118
Hunter Lab74.28578.58920.8303
CIE-Lab79.147013.1914-3.5850

#dabccb color RGB value is (218,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11001011
Octal 332 274 313
Decimal 218 188 203
Hex DA BC CB

RGB Percentages of Color #dabccb

%35.80
%30.87
%33.33

CMYK Percentages of Color #dabccb

%0
%14
%7
%15

Triadic Colors of #dabccb

#dabccb #cbdabc #bccbda

Analogous Colors of #dabccb

#dabccb #dabcbc #dabcda

Monochromatic Colors of #dabccb

#dabccb

Complementary Color

#dabccb #bcdacb

#dabccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabccb Color CSS Codes

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

#dabccb Text Font Color

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

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


#dabccb Background Color

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

This div background color is #dabccb


#dabccb Border Color

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

This div border color is #dabccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabccb


Comments

No comments written yet.

Please login to write comment.