Color Hex Logo

#dadae4 Color Hex

#DADAE4
(218,218,228)
1 Favorites   0 Comments

Color spaces of #dadae4

RGB 218218228
HSL0.670.160.87
HSV240°89°
CMYK 0.040.040.00   0.11
XYZ67.988470.649783.4522
Yxy70.64970.30610.3181
Hunter Lab84.0534-2.7098-0.0286
CIE-Lab87.31451.8448-4.9016

#dadae4 color RGB value is (218,218,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11100100
Octal 332 332 344
Decimal 218 218 228
Hex DA DA E4

RGB Percentages of Color #dadae4

%32.83
%32.83
%34.34

CMYK Percentages of Color #dadae4

%4
%4
%0
%11

Triadic Colors of #dadae4

#dadae4 #e4dada #dae4da

Analogous Colors of #dadae4

#dadae4 #dfdae4 #dadfe4

Monochromatic Colors of #dadae4

#dadae4

Complementary Color

#dadae4 #e4e4da

#dadae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadae4 Color CSS Codes

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

#dadae4 Text Font Color

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

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


#dadae4 Background Color

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

This div background color is #dadae4


#dadae4 Border Color

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

This div border color is #dadae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadae4


Comments

No comments written yet.

Please login to write comment.