Color Hex Logo

#d7dbef Color Hex

#D7DBEF
(215,219,239)
0 Favorites   0 Comments

Color spaces of #d7dbef

RGB 215219239
HSL0.640.430.89
HSV230°10°94°
CMYK 0.100.080.00   0.06
XYZ68.935871.342191.7984
Yxy71.34210.29700.3074
Hunter Lab84.4643-2.1290-5.3133
CIE-Lab87.65092.4622-10.2305

#d7dbef color RGB value is (215,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011011 11101111
Octal 327 333 357
Decimal 215 219 239
Hex D7 DB EF

RGB Percentages of Color #d7dbef

%31.95
%32.54
%35.51

CMYK Percentages of Color #d7dbef

%10
%8
%0
%6

Triadic Colors of #d7dbef

#d7dbef #efd7db #dbefd7

Analogous Colors of #d7dbef

#d7dbef #dfd7ef #d7e7ef

Monochromatic Colors of #d7dbef

#d7dbef

Complementary Color

#d7dbef #efebd7

#d7dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7dbef Color CSS Codes

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

#d7dbef Text Font Color

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

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


#d7dbef Background Color

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

This div background color is #d7dbef


#d7dbef Border Color

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

This div border color is #d7dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7dbef


Comments

No comments written yet.

Please login to write comment.