Color Hex Logo

#d7ebff Color Hex

#D7EBFF
(215,235,255)
0 Favorites   0 Comments

Color spaces of #d7ebff

RGB 215235255
HSL0.581.000.92
HSV210°16°100°
CMYK 0.160.080.00   0.00
XYZ75.782781.0837106.2643
Yxy81.08370.28800.3081
Hunter Lab90.0465-7.3566-6.9359
CIE-Lab92.1689-2.6057-11.8855

#d7ebff color RGB value is (215,235,255).

#d7ebff hex color red value is 215, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d7ebff hue: 0.58 , saturation: 1.00 and the lightness value of d7ebff is 0.92.

The process color (four color CMYK) of #d7ebff color hex is 0.16, 0.08, 0.00, 0.00. Web safe color of #d7ebff is #ccffff. Color #d7ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101011 11111111
Octal 327 353 377
Decimal 215 235 255
Hex D7 EB FF

RGB Percentages of Color #d7ebff

%30.50
%33.33
%36.17

CMYK Percentages of Color #d7ebff

%16
%8
%0
%0

Triadic Colors of #d7ebff

#d7ebff #ffd7eb #ebffd7

Analogous Colors of #d7ebff

#d7ebff #d7d7ff #d7ffff

Monochromatic Colors of #d7ebff

#d7ebff

Complementary Color

#d7ebff #ffebd7

#d7ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ebff Color CSS Codes

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

#d7ebff Text Font Color

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

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


#d7ebff Background Color

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

This div background color is #d7ebff


#d7ebff Border Color

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

This div border color is #d7ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ebff


Comments

No comments written yet.

Please login to write comment.