Color Hex Logo

#d7dffe Color Hex

#D7DFFE
(215,223,254)
0 Favorites   0 Comments

Color spaces of #d7dffe

RGB 215223254
HSL0.630.950.92
HSV228°15°100°
CMYK 0.150.120.00   0.00
XYZ72.301474.3782104.3117
Yxy74.37820.28810.2963
Hunter Lab86.2428-1.2799-11.3420
CIE-Lab89.10093.4073-15.9525

#d7dffe color RGB value is (215,223,254).

#d7dffe hex color red value is 215, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d7dffe hue: 0.63 , saturation: 0.95 and the lightness value of d7dffe is 0.92.

The process color (four color CMYK) of #d7dffe color hex is 0.15, 0.12, 0.00, 0.00. Web safe color of #d7dffe is #ccccff. Color #d7dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011111 11111110
Octal 327 337 376
Decimal 215 223 254
Hex D7 DF FE

RGB Percentages of Color #d7dffe

%31.07
%32.23
%36.71

CMYK Percentages of Color #d7dffe

%15
%12
%0
%0

Triadic Colors of #d7dffe

#d7dffe #fed7df #dffed7

Analogous Colors of #d7dffe

#d7dffe #e3d7fe #d7f3fe

Monochromatic Colors of #d7dffe

#d7dffe

Complementary Color

#d7dffe #fef6d7

#d7dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dffe Color CSS Codes

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

#d7dffe Text Font Color

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

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


#d7dffe Background Color

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

This div background color is #d7dffe


#d7dffe Border Color

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

This div border color is #d7dffe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,223,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dffe

Related Colors


Comments

No comments written yet.

Please login to write comment.