Color Hex Logo

#daadcc Color Hex

#DAADCC
(218,173,204)
0 Favorites   0 Comments

Color spaces of #daadcc

RGB 218173204
HSL0.890.380.77
HSV319°21°85°
CMYK 0.000.210.06   0.15
XYZ54.756149.152263.7281
Yxy49.15220.32660.2932
Hunter Lab70.108616.7216-4.8180
CIE-Lab75.545921.4452-9.4588

#daadcc color RGB value is (218,173,204).

#daadcc hex color red value is 218, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #daadcc hue: 0.89 , saturation: 0.38 and the lightness value of daadcc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11001100
Octal 332 255 314
Decimal 218 173 204
Hex DA AD CC

RGB Percentages of Color #daadcc

%36.64
%29.08
%34.29

CMYK Percentages of Color #daadcc

%0
%21
%6
%15

Triadic Colors of #daadcc

#daadcc #ccdaad #adccda

Analogous Colors of #daadcc

#daadcc #daadb6 #d2adda

Monochromatic Colors of #daadcc

#daadcc

Complementary Color

#daadcc #addabb

#daadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadcc Color CSS Codes

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

#daadcc Text Font Color

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

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


#daadcc Background Color

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

This div background color is #daadcc


#daadcc Border Color

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

This div border color is #daadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadcc


Comments

No comments written yet.

Please login to write comment.