Color Hex Logo

#d3d9ea Color Hex

#D3D9EA
(211,217,234)
2 Favorites   0 Comments

Color spaces of #d3d9ea

RGB 211217234
HSL0.620.350.87
HSV224°10°92°
CMYK 0.100.070.00   0.08
XYZ66.528169.415187.7340
Yxy69.41510.29740.3103
Hunter Lab83.3157-3.2692-4.1132
CIE-Lab86.70921.2293-9.0236

#d3d9ea color RGB value is (211,217,234).

#d3d9ea hex color red value is 211, green value is 217 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d3d9ea hue: 0.62 , saturation: 0.35 and the lightness value of d3d9ea is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11011001 11101010
Octal 323 331 352
Decimal 211 217 234
Hex D3 D9 EA

RGB Percentages of Color #d3d9ea

%31.87
%32.78
%35.35

CMYK Percentages of Color #d3d9ea

%10
%7
%0
%8

Triadic Colors of #d3d9ea

#d3d9ea #ead3d9 #d9ead3

Analogous Colors of #d3d9ea

#d3d9ea #d9d3ea #d3e5ea

Monochromatic Colors of #d3d9ea

#d3d9ea

Complementary Color

#d3d9ea #eae4d3

#d3d9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d9ea Color CSS Codes

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

#d3d9ea Text Font Color

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

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


#d3d9ea Background Color

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

This div background color is #d3d9ea


#d3d9ea Border Color

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

This div border color is #d3d9ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,217,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3d9ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3d9ea;
  -webkit-box-shadow: 1px 1px 3px 2px #d3d9ea;
  box-shadow:         1px 1px 3px 2px #d3d9ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d9ea

#d3d9ea Color Palettes


Comments

No comments written yet.

Please login to write comment.