Color Hex Logo

#daabce Color Hex

#DAABCE
(218,171,206)
0 Favorites   0 Comments

Color spaces of #daabce

RGB 218171206
HSL0.880.390.76
HSV315°22°85°
CMYK 0.000.220.06   0.15
XYZ54.616948.487564.8729
Yxy48.48750.32510.2887
Hunter Lab69.633018.1495-6.4939
CIE-Lab75.131422.8791-11.1693

#daabce color RGB value is (218,171,206).

#daabce hex color red value is 218, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #daabce hue: 0.88 , saturation: 0.39 and the lightness value of daabce is 0.76.

The process color (four color CMYK) of #daabce color hex is 0.00, 0.22, 0.06, 0.15. Web safe color of #daabce is #cc99cc. Color #daabce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11001110
Octal 332 253 316
Decimal 218 171 206
Hex DA AB CE

RGB Percentages of Color #daabce

%36.64
%28.74
%34.62

CMYK Percentages of Color #daabce

%0
%22
%6
%15

Triadic Colors of #daabce

#daabce #cedaab #abceda

Analogous Colors of #daabce

#daabce #daabb7 #cfabda

Monochromatic Colors of #daabce

#daabce

Complementary Color

#daabce #abdab7

#daabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabce Color CSS Codes

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

#daabce Text Font Color

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

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


#daabce Background Color

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

This div background color is #daabce


#daabce Border Color

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

This div border color is #daabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabce


Comments

No comments written yet.

Please login to write comment.