Color Hex Logo

#daadec Color Hex

#DAADEC
(218,173,236)
0 Favorites   0 Comments

Color spaces of #daadec

RGB 218173236
HSL0.790.620.80
HSV283°27°93°
CMYK 0.080.270.00   0.07
XYZ58.997350.848786.0622
Yxy50.84870.30110.2596
Hunter Lab71.308322.8935-21.6415
CIE-Lab76.587327.4322-25.2855

#daadec color RGB value is (218,173,236).

#daadec hex color red value is 218, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #daadec hue: 0.79 , saturation: 0.62 and the lightness value of daadec is 0.80.

The process color (four color CMYK) of #daadec color hex is 0.08, 0.27, 0.00, 0.07. Web safe color of #daadec is #cc99ff. Color #daadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11101100
Octal 332 255 354
Decimal 218 173 236
Hex DA AD EC

RGB Percentages of Color #daadec

%34.77
%27.59
%37.64

CMYK Percentages of Color #daadec

%8
%27
%0
%7

Triadic Colors of #daadec

#daadec #ecdaad #adecda

Analogous Colors of #daadec

#daadec #ecaddf #bbadec

Monochromatic Colors of #daadec

#daadec

Complementary Color

#daadec #bfecad

#daadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadec Color CSS Codes

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

#daadec Text Font Color

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

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


#daadec Background Color

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

This div background color is #daadec


#daadec Border Color

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

This div border color is #daadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadec


Comments

No comments written yet.

Please login to write comment.