Color Hex Logo

#d7dfea Color Hex

#D7DFEA
(215,223,234)
2 Favorites   0 Comments

Color spaces of #d7dfea

RGB 215223234
HSL0.600.310.88
HSV215°92°
CMYK 0.080.050.00   0.08
XYZ69.263373.162988.3132
Yxy73.16290.30020.3171
Hunter Lab85.5353-5.1442-1.3408
CIE-Lab88.5253-0.5965-6.3009

#d7dfea color RGB value is (215,223,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011111 11101010
Octal 327 337 352
Decimal 215 223 234
Hex D7 DF EA

RGB Percentages of Color #d7dfea

%31.99
%33.18
%34.82

CMYK Percentages of Color #d7dfea

%8
%5
%0
%8

Triadic Colors of #d7dfea

#d7dfea #ead7df #dfead7

Analogous Colors of #d7dfea

#d7dfea #d9d7ea #d7e9ea

Monochromatic Colors of #d7dfea

#d7dfea

Complementary Color

#d7dfea #eae2d7

#d7dfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dfea Color CSS Codes

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

#d7dfea Text Font Color

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

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


#d7dfea Background Color

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

This div background color is #d7dfea


#d7dfea Border Color

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

This div border color is #d7dfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dfea


Comments

No comments written yet.

Please login to write comment.