Color Hex Logo

#d7eefb Color Hex

#D7EEFB
(215,238,251)
0 Favorites   0 Comments

Color spaces of #d7eefb

RGB 215238251
HSL0.560.820.91
HSV202°14°98°
CMYK 0.140.050.00   0.02
XYZ76.011582.5612103.1965
Yxy82.56120.29040.3154
Hunter Lab90.8632-9.6866-3.7335
CIE-Lab92.8220-4.9545-8.8317

#d7eefb color RGB value is (215,238,251).

#d7eefb hex color red value is 215, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d7eefb hue: 0.56 , saturation: 0.82 and the lightness value of d7eefb is 0.91.

The process color (four color CMYK) of #d7eefb color hex is 0.14, 0.05, 0.00, 0.02. Web safe color of #d7eefb is #ccffff. Color #d7eefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101110 11111011
Octal 327 356 373
Decimal 215 238 251
Hex D7 EE FB

RGB Percentages of Color #d7eefb

%30.54
%33.81
%35.65

CMYK Percentages of Color #d7eefb

%14
%5
%0
%2

Triadic Colors of #d7eefb

#d7eefb #fbd7ee #eefbd7

Analogous Colors of #d7eefb

#d7eefb #d7dcfb #d7fbf6

Monochromatic Colors of #d7eefb

#d7eefb

Complementary Color

#d7eefb #fbe4d7

#d7eefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eefb Color CSS Codes

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

#d7eefb Text Font Color

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

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


#d7eefb Background Color

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

This div background color is #d7eefb


#d7eefb Border Color

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

This div border color is #d7eefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eefb

Related Colors


Comments

No comments written yet.

Please login to write comment.