Color Hex Logo

#d7e5fd Color Hex

#D7E5FD
(215,229,253)
0 Favorites   0 Comments

Color spaces of #d7e5fd

RGB 215229253
HSL0.610.900.92
HSV218°15°99°
CMYK 0.150.090.00   0.01
XYZ73.773377.5775104.0142
Yxy77.57750.28890.3038
Hunter Lab88.0781-4.6269-8.3628
CIE-Lab90.58680.0794-13.2031

#d7e5fd color RGB value is (215,229,253).

#d7e5fd hex color red value is 215, green value is 229 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d7e5fd hue: 0.61 , saturation: 0.90 and the lightness value of d7e5fd is 0.92.

The process color (four color CMYK) of #d7e5fd color hex is 0.15, 0.09, 0.00, 0.01. Web safe color of #d7e5fd is #ccccff. Color #d7e5fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11100101 11111101
Octal 327 345 375
Decimal 215 229 253
Hex D7 E5 FD

RGB Percentages of Color #d7e5fd

%30.85
%32.86
%36.30

CMYK Percentages of Color #d7e5fd

%15
%9
%0
%1

Triadic Colors of #d7e5fd

#d7e5fd #fdd7e5 #e5fdd7

Analogous Colors of #d7e5fd

#d7e5fd #dcd7fd #d7f8fd

Monochromatic Colors of #d7e5fd

#d7e5fd

Complementary Color

#d7e5fd #fdefd7

#d7e5fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7e5fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7e5fd Color CSS Codes

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

#d7e5fd Text Font Color

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

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


#d7e5fd Background Color

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

This div background color is #d7e5fd


#d7e5fd Border Color

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

This div border color is #d7e5fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7e5fd


Comments

No comments written yet.

Please login to write comment.