Color Hex Logo

#dadfff Color Hex

#DADFFF
(218,223,255)
0 Favorites   0 Comments

Color spaces of #dadfff

RGB 218223255
HSL0.641.000.93
HSV232°15°100°
CMYK 0.150.130.00   0.00
XYZ73.351174.9008105.1990
Yxy74.90080.28940.2955
Hunter Lab86.5452-0.1672-11.4875
CIE-Lab89.34654.5470-16.0865

#dadfff color RGB value is (218,223,255).

#dadfff hex color red value is 218, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dadfff hue: 0.64 , saturation: 1.00 and the lightness value of dadfff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11111111
Octal 332 337 377
Decimal 218 223 255
Hex DA DF FF

RGB Percentages of Color #dadfff

%31.32
%32.04
%36.64

CMYK Percentages of Color #dadfff

%15
%13
%0
%0

Triadic Colors of #dadfff

#dadfff #ffdadf #dfffda

Analogous Colors of #dadfff

#dadfff #e8daff #daf2ff

Monochromatic Colors of #dadfff

#dadfff

Complementary Color

#dadfff #fffada

#dadfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfff Color CSS Codes

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

#dadfff Text Font Color

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

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


#dadfff Background Color

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

This div background color is #dadfff


#dadfff Border Color

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

This div border color is #dadfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfff

#dadfff Color Palettes


Comments

No comments written yet.

Please login to write comment.