Color Hex Logo

#dabdcb Color Hex

#DABDCB
(218,189,203)
0 Favorites   0 Comments

Color spaces of #dabdcb

RGB 218189203
HSL0.920.280.80
HSV331°13°85°
CMYK 0.000.130.07   0.15
XYZ57.890555.612464.1830
Yxy55.61240.32580.3130
Hunter Lab74.57378.06301.1728
CIE-Lab79.392712.6558-3.2235

#dabdcb color RGB value is (218,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111101 11001011
Octal 332 275 313
Decimal 218 189 203
Hex DA BD CB

RGB Percentages of Color #dabdcb

%35.74
%30.98
%33.28

CMYK Percentages of Color #dabdcb

%0
%13
%7
%15

Triadic Colors of #dabdcb

#dabdcb #cbdabd #bdcbda

Analogous Colors of #dabdcb

#dabdcb #dabebd #dabdda

Monochromatic Colors of #dabdcb

#dabdcb

Complementary Color

#dabdcb #bddacc

#dabdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabdcb Color CSS Codes

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

#dabdcb Text Font Color

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

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


#dabdcb Background Color

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

This div background color is #dabdcb


#dabdcb Border Color

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

This div border color is #dabdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabdcb


Comments

No comments written yet.

Please login to write comment.