Color Hex Logo

#d7deef Color Hex

#D7DEEF
(215,222,239)
0 Favorites   0 Comments

Color spaces of #d7deef

RGB 215222239
HSL0.620.430.89
HSV223°10°94°
CMYK 0.100.070.00   0.06
XYZ69.725672.921692.0617
Yxy72.92160.29710.3107
Hunter Lab85.3941-3.6918-4.1434
CIE-Lab88.41030.8982-9.1017

#d7deef color RGB value is (215,222,239).

#d7deef hex color red value is 215, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d7deef hue: 0.62 , saturation: 0.43 and the lightness value of d7deef is 0.89.

The process color (four color CMYK) of #d7deef color hex is 0.10, 0.07, 0.00, 0.06. Web safe color of #d7deef is #ccccff. Color #d7deef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011110 11101111
Octal 327 336 357
Decimal 215 222 239
Hex D7 DE EF

RGB Percentages of Color #d7deef

%31.80
%32.84
%35.36

CMYK Percentages of Color #d7deef

%10
%7
%0
%6

Triadic Colors of #d7deef

#d7deef #efd7de #deefd7

Analogous Colors of #d7deef

#d7deef #dcd7ef #d7eaef

Monochromatic Colors of #d7deef

#d7deef

Complementary Color

#d7deef #efe8d7

#d7deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7deef Color CSS Codes

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

#d7deef Text Font Color

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

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


#d7deef Background Color

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

This div background color is #d7deef


#d7deef Border Color

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

This div border color is #d7deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7deef


Comments

No comments written yet.

Please login to write comment.