Color Hex Logo

#dadae2 Color Hex

#DADAE2
(218,218,226)
1 Favorites   0 Comments

Color spaces of #dadae2

RGB 218218226
HSL0.670.120.87
HSV240°89°
CMYK 0.040.040.00   0.11
XYZ67.712370.539281.9981
Yxy70.53920.30740.3203
Hunter Lab83.9876-3.06850.9058
CIE-Lab87.26061.4709-3.9252

#dadae2 color RGB value is (218,218,226).

#dadae2 hex color red value is 218, green value is 218 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dadae2 hue: 0.67 , saturation: 0.12 and the lightness value of dadae2 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11100010
Octal 332 332 342
Decimal 218 218 226
Hex DA DA E2

RGB Percentages of Color #dadae2

%32.93
%32.93
%34.14

CMYK Percentages of Color #dadae2

%4
%4
%0
%11

Triadic Colors of #dadae2

#dadae2 #e2dada #dae2da

Analogous Colors of #dadae2

#dadae2 #dedae2 #dadee2

Monochromatic Colors of #dadae2

#dadae2

Complementary Color

#dadae2 #e2e2da

#dadae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadae2 Color CSS Codes

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

#dadae2 Text Font Color

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

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


#dadae2 Background Color

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

This div background color is #dadae2


#dadae2 Border Color

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

This div border color is #dadae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadae2

#dadae2 Color Palettes


Comments

No comments written yet.

Please login to write comment.