Color Hex Logo

#d7dcea Color Hex

#D7DCEA
(215,220,234)
0 Favorites   0 Comments

Color spaces of #d7dcea

RGB 215220234
HSL0.620.310.88
HSV224°92°
CMYK 0.080.060.00   0.08
XYZ68.468871.574088.0484
Yxy71.57400.30020.3138
Hunter Lab84.6014-3.5906-2.4847
CIE-Lab87.76310.9619-7.4285

#d7dcea color RGB value is (215,220,234).

#d7dcea hex color red value is 215, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d7dcea hue: 0.62 , saturation: 0.31 and the lightness value of d7dcea is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011100 11101010
Octal 327 334 352
Decimal 215 220 234
Hex D7 DC EA

RGB Percentages of Color #d7dcea

%32.14
%32.88
%34.98

CMYK Percentages of Color #d7dcea

%8
%6
%0
%8

Triadic Colors of #d7dcea

#d7dcea #ead7dc #dcead7

Analogous Colors of #d7dcea

#d7dcea #dcd7ea #d7e6ea

Monochromatic Colors of #d7dcea

#d7dcea

Complementary Color

#d7dcea #eae5d7

#d7dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dcea Color CSS Codes

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

#d7dcea Text Font Color

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

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


#d7dcea Background Color

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

This div background color is #d7dcea


#d7dcea Border Color

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

This div border color is #d7dcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,220,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 #d7dcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dcea


Comments

No comments written yet.

Please login to write comment.