Color Hex Logo

#daadfc Color Hex

#DAADFC
(218,173,252)
0 Favorites   0 Comments

Color spaces of #daadfc

RGB 218173252
HSL0.760.930.83
HSV274°31°99°
CMYK 0.130.310.00   0.01
XYZ61.427751.820898.8603
Yxy51.82080.28960.2443
Hunter Lab71.986726.3411-31.0331
CIE-Lab77.173630.6832-33.0207

#daadfc color RGB value is (218,173,252).

#daadfc hex color red value is 218, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #daadfc hue: 0.76 , saturation: 0.93 and the lightness value of daadfc is 0.83.

The process color (four color CMYK) of #daadfc color hex is 0.13, 0.31, 0.00, 0.01. Web safe color of #daadfc is #cc99ff. Color #daadfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11111100
Octal 332 255 374
Decimal 218 173 252
Hex DA AD FC

RGB Percentages of Color #daadfc

%33.90
%26.91
%39.19

CMYK Percentages of Color #daadfc

%13
%31
%0
%1

Triadic Colors of #daadfc

#daadfc #fcdaad #adfcda

Analogous Colors of #daadfc

#daadfc #fcadf7 #b3adfc

Monochromatic Colors of #daadfc

#daadfc

Complementary Color

#daadfc #cffcad

#daadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadfc Color CSS Codes

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

#daadfc Text Font Color

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

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


#daadfc Background Color

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

This div background color is #daadfc


#daadfc Border Color

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

This div border color is #daadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.