Color Hex Logo

#dadef2 Color Hex

#DADEF2
(218,222,242)
0 Favorites   0 Comments

Color spaces of #dadef2

RGB 218222242
HSL0.640.480.90
HSV230°10°95°
CMYK 0.100.080.00   0.05
XYZ71.061773.558894.4573
Yxy73.55880.29720.3077
Hunter Lab85.7664-2.1952-5.2615
CIE-Lab88.71352.4533-10.2053

#dadef2 color RGB value is (218,222,242).

#dadef2 hex color red value is 218, green value is 222 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #dadef2 hue: 0.64 , saturation: 0.48 and the lightness value of dadef2 is 0.90.

The process color (four color CMYK) of #dadef2 color hex is 0.10, 0.08, 0.00, 0.05. Web safe color of #dadef2 is #ccccff. Color #dadef2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11110010
Octal 332 336 362
Decimal 218 222 242
Hex DA DE F2

RGB Percentages of Color #dadef2

%31.96
%32.55
%35.48

CMYK Percentages of Color #dadef2

%10
%8
%0
%5

Triadic Colors of #dadef2

#dadef2 #f2dade #def2da

Analogous Colors of #dadef2

#dadef2 #e2daf2 #daeaf2

Monochromatic Colors of #dadef2

#dadef2

Complementary Color

#dadef2 #f2eeda

#dadef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadef2 Color CSS Codes

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

#dadef2 Text Font Color

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

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


#dadef2 Background Color

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

This div background color is #dadef2


#dadef2 Border Color

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

This div border color is #dadef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadef2


Comments

No comments written yet.

Please login to write comment.