Color Hex Logo

#d7effe Color Hex

#D7EFFE
(215,239,254)
0 Favorites   0 Comments

Color spaces of #d7effe

RGB 215239254
HSL0.560.950.92
HSV203°15°100°
CMYK 0.150.060.00   0.00
XYZ76.780283.3358105.8046
Yxy83.33580.28870.3134
Hunter Lab91.2884-9.6233-4.8160
CIE-Lab93.1613-4.8576-9.8881

#d7effe color RGB value is (215,239,254).

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

The process color (four color CMYK) of #d7effe color hex is 0.15, 0.06, 0.00, 0.00. Web safe color of #d7effe is #ccffff. Color #d7effe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101111 11111110
Octal 327 357 376
Decimal 215 239 254
Hex D7 EF FE

RGB Percentages of Color #d7effe

%30.37
%33.76
%35.88

CMYK Percentages of Color #d7effe

%15
%6
%0
%0

Triadic Colors of #d7effe

#d7effe #fed7ef #effed7

Analogous Colors of #d7effe

#d7effe #d7dcfe #d7fefa

Monochromatic Colors of #d7effe

#d7effe

Complementary Color

#d7effe #fee6d7

#d7effe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7effe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7effe Color CSS Codes

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

#d7effe Text Font Color

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

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


#d7effe Background Color

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

This div background color is #d7effe


#d7effe Border Color

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

This div border color is #d7effe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7effe


Comments

No comments written yet.

Please login to write comment.