Color Hex Logo

#d4dbed Color Hex

#D4DBED
(212,219,237)
0 Favorites   0 Comments

Color spaces of #d4dbed

RGB 212219237
HSL0.620.410.88
HSV223°11°93°
CMYK 0.110.080.00   0.07
XYZ67.769070.774590.2098
Yxy70.77450.29630.3094
Hunter Lab84.1276-3.4325-4.6872
CIE-Lab87.37531.1012-9.6095

#d4dbed color RGB value is (212,219,237).

#d4dbed hex color red value is 212, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d4dbed hue: 0.62 , saturation: 0.41 and the lightness value of d4dbed is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011011 11101101
Octal 324 333 355
Decimal 212 219 237
Hex D4 DB ED

RGB Percentages of Color #d4dbed

%31.74
%32.78
%35.48

CMYK Percentages of Color #d4dbed

%11
%8
%0
%7

Triadic Colors of #d4dbed

#d4dbed #edd4db #dbedd4

Analogous Colors of #d4dbed

#d4dbed #dad4ed #d4e8ed

Monochromatic Colors of #d4dbed

#d4dbed

Complementary Color

#d4dbed #ede6d4

#d4dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dbed Color CSS Codes

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

#d4dbed Text Font Color

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

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


#d4dbed Background Color

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

This div background color is #d4dbed


#d4dbed Border Color

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

This div border color is #d4dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dbed


Comments

No comments written yet.

Please login to write comment.