Color Hex Logo

#dabccc Color Hex

#DABCCC
(218,188,204)
0 Favorites   0 Comments

Color spaces of #dabccc

RGB 218188204
HSL0.910.290.80
HSV328°14°85°
CMYK 0.000.140.06   0.15
XYZ57.795755.231564.7413
Yxy55.23150.32510.3107
Hunter Lab74.31798.75990.3726
CIE-Lab79.174413.3652-4.0846

#dabccc color RGB value is (218,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11001100
Octal 332 274 314
Decimal 218 188 204
Hex DA BC CC

RGB Percentages of Color #dabccc

%35.74
%30.82
%33.44

CMYK Percentages of Color #dabccc

%0
%14
%6
%15

Triadic Colors of #dabccc

#dabccc #ccdabc #bcccda

Analogous Colors of #dabccc

#dabccc #dabcbd #d9bcda

Monochromatic Colors of #dabccc

#dabccc

Complementary Color

#dabccc #bcdaca

#dabccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabccc Color CSS Codes

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

#dabccc Text Font Color

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

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


#dabccc Background Color

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

This div background color is #dabccc


#dabccc Border Color

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

This div border color is #dabccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabccc


Comments

No comments written yet.

Please login to write comment.