Color Hex Logo

#dabcdc Color Hex

#DABCDC
(218,188,220)
0 Favorites   0 Comments

Color spaces of #dabcdc

RGB 218188220
HSL0.820.310.80
HSV296°15°86°
CMYK 0.010.150.00   0.14
XYZ59.814956.039275.3742
Yxy56.03920.31280.2930
Hunter Lab74.859311.6231-7.2962
CIE-Lab79.636116.2518-12.0331

#dabcdc color RGB value is (218,188,220).

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

The process color (four color CMYK) of #dabcdc color hex is 0.01, 0.15, 0.00, 0.14. Web safe color of #dabcdc is #cccccc. Color #dabcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11011100
Octal 332 274 334
Decimal 218 188 220
Hex DA BC DC

RGB Percentages of Color #dabcdc

%34.82
%30.03
%35.14

CMYK Percentages of Color #dabcdc

%1
%15
%0
%14

Triadic Colors of #dabcdc

#dabcdc #dcdabc #bcdcda

Analogous Colors of #dabcdc

#dabcdc #dcbcce #cabcdc

Monochromatic Colors of #dabcdc

#dabcdc

Complementary Color

#dabcdc #bedcbc

#dabcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcdc Color CSS Codes

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

#dabcdc Text Font Color

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

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


#dabcdc Background Color

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

This div background color is #dabcdc


#dabcdc Border Color

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

This div border color is #dabcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcdc


Comments

No comments written yet.

Please login to write comment.