Color Hex Logo

#d4dee6 Color Hex

#D4DEE6
(212,222,230)
0 Favorites   0 Comments

Color spaces of #d4dee6

RGB 212222230
HSL0.570.260.87
HSV207°90°
CMYK 0.080.030.00   0.10
XYZ67.555671.952885.1906
Yxy71.95280.30060.3202
Hunter Lab84.8250-6.2843-0.1680
CIE-Lab87.9459-1.8274-5.0753

#d4dee6 color RGB value is (212,222,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011110 11100110
Octal 324 336 346
Decimal 212 222 230
Hex D4 DE E6

RGB Percentages of Color #d4dee6

%31.93
%33.43
%34.64

CMYK Percentages of Color #d4dee6

%8
%3
%0
%10

Triadic Colors of #d4dee6

#d4dee6 #e6d4de #dee6d4

Analogous Colors of #d4dee6

#d4dee6 #d4d5e6 #d4e6e5

Monochromatic Colors of #d4dee6

#d4dee6

Complementary Color

#d4dee6 #e6dcd4

#d4dee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dee6 Color CSS Codes

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

#d4dee6 Text Font Color

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

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


#d4dee6 Background Color

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

This div background color is #d4dee6


#d4dee6 Border Color

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

This div border color is #d4dee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dee6

#d4dee6 Color Palettes


Comments

No comments written yet.

Please login to write comment.