Color Hex Logo

#daddfa Color Hex

#DADDFA
(218,221,250)
0 Favorites   0 Comments

Color spaces of #daddfa

RGB 218221250
HSL0.650.760.92
HSV234°13°98°
CMYK 0.130.120.00   0.02
XYZ72.025273.5205100.8372
Yxy73.52050.29230.2984
Hunter Lab85.7441-0.1118-9.7057
CIE-Lab88.69544.5734-14.4379

#daddfa color RGB value is (218,221,250).

#daddfa hex color red value is 218, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #daddfa hue: 0.65 , saturation: 0.76 and the lightness value of daddfa is 0.92.

The process color (four color CMYK) of #daddfa color hex is 0.13, 0.12, 0.00, 0.02. Web safe color of #daddfa is #ccccff. Color #daddfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11111010
Octal 332 335 372
Decimal 218 221 250
Hex DA DD FA

RGB Percentages of Color #daddfa

%31.64
%32.08
%36.28

CMYK Percentages of Color #daddfa

%13
%12
%0
%2

Triadic Colors of #daddfa

#daddfa #fadadd #ddfada

Analogous Colors of #daddfa

#daddfa #e7dafa #daedfa

Monochromatic Colors of #daddfa

#daddfa

Complementary Color

#daddfa #faf7da

#daddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddfa Color CSS Codes

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

#daddfa Text Font Color

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

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


#daddfa Background Color

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

This div background color is #daddfa


#daddfa Border Color

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

This div border color is #daddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddfa


Comments

No comments written yet.

Please login to write comment.