Color Hex Logo

#dadff5 Color Hex

#DADFF5
(218,223,245)
0 Favorites   0 Comments

Color spaces of #dadff5

RGB 218223245
HSL0.640.570.91
HSV229°11°96°
CMYK 0.110.090.00   0.04
XYZ71.782574.273496.9390
Yxy74.27340.29540.3057
Hunter Lab86.1820-2.1428-6.3630
CIE-Lab89.05152.5256-11.2786

#dadff5 color RGB value is (218,223,245).

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

The process color (four color CMYK) of #dadff5 color hex is 0.11, 0.09, 0.00, 0.04. Web safe color of #dadff5 is #ccccff. Color #dadff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11110101
Octal 332 337 365
Decimal 218 223 245
Hex DA DF F5

RGB Percentages of Color #dadff5

%31.78
%32.51
%35.71

CMYK Percentages of Color #dadff5

%11
%9
%0
%4

Triadic Colors of #dadff5

#dadff5 #f5dadf #dff5da

Analogous Colors of #dadff5

#dadff5 #e3daf5 #daedf5

Monochromatic Colors of #dadff5

#dadff5

Complementary Color

#dadff5 #f5f0da

#dadff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadff5 Color CSS Codes

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

#dadff5 Text Font Color

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

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


#dadff5 Background Color

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

This div background color is #dadff5


#dadff5 Border Color

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

This div border color is #dadff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadff5


Comments

No comments written yet.

Please login to write comment.