Color Hex Logo

#dabcce Color Hex

#DABCCE
(218,188,206)
0 Favorites   0 Comments

Color spaces of #dabcce

RGB 218188206
HSL0.900.290.80
HSV324°14°85°
CMYK 0.000.140.06   0.15
XYZ58.037255.328166.0130
Yxy55.32810.32350.3084
Hunter Lab74.38299.1046-0.5504
CIE-Lab79.229913.7153-5.0831

#dabcce color RGB value is (218,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 11001110
Octal 332 274 316
Decimal 218 188 206
Hex DA BC CE

RGB Percentages of Color #dabcce

%35.62
%30.72
%33.66

CMYK Percentages of Color #dabcce

%0
%14
%6
%15

Triadic Colors of #dabcce

#dabcce #cedabc #bcceda

Analogous Colors of #dabcce

#dabcce #dabcbf #d7bcda

Monochromatic Colors of #dabcce

#dabcce

Complementary Color

#dabcce #bcdac8

#dabcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcce Color CSS Codes

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

#dabcce Text Font Color

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

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


#dabcce Background Color

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

This div background color is #dabcce


#dabcce Border Color

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

This div border color is #dabcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcce


Comments

No comments written yet.

Please login to write comment.