Color Hex Logo

#d4dade Color Hex

#D4DADE
(212,218,222)
0 Favorites   0 Comments

Color spaces of #d4dade

RGB 212218222
HSL0.570.130.85
HSV204°87°
CMYK 0.050.020.00   0.13
XYZ65.407669.413879.0581
Yxy69.41380.30580.3245
Hunter Lab83.3149-5.66722.0598
CIE-Lab86.7085-1.2744-2.6759

#d4dade color RGB value is (212,218,222).

#d4dade hex color red value is 212, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4dade hue: 0.57 , saturation: 0.13 and the lightness value of d4dade is 0.85.

The process color (four color CMYK) of #d4dade color hex is 0.05, 0.02, 0.00, 0.13. Web safe color of #d4dade is #cccccc. Color #d4dade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011010 11011110
Octal 324 332 336
Decimal 212 218 222
Hex D4 DA DE

RGB Percentages of Color #d4dade

%32.52
%33.44
%34.05

CMYK Percentages of Color #d4dade

%5
%2
%0
%13

Triadic Colors of #d4dade

#d4dade #ded4da #daded4

Analogous Colors of #d4dade

#d4dade #d4d5de #d4dedd

Monochromatic Colors of #d4dade

#d4dade

Complementary Color

#d4dade #ded8d4

#d4dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dade Color CSS Codes

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

#d4dade Text Font Color

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

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


#d4dade Background Color

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

This div background color is #d4dade


#d4dade Border Color

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

This div border color is #d4dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dade


Comments

No comments written yet.

Please login to write comment.