Color Hex Logo

#d7ebfd Color Hex

#D7EBFD
(215,235,253)
0 Favorites   0 Comments

Color spaces of #d7ebfd

RGB 215235253
HSL0.580.900.92
HSV208°15°99°
CMYK 0.150.070.00   0.01
XYZ75.462380.9556104.5772
Yxy80.95560.28910.3102
Hunter Lab89.9753-7.7489-5.9293
CIE-Lab92.1119-3.0144-10.9282

#d7ebfd color RGB value is (215,235,253).

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

The process color (four color CMYK) of #d7ebfd color hex is 0.15, 0.07, 0.00, 0.01. Web safe color of #d7ebfd is #ccffff. Color #d7ebfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101011 11111101
Octal 327 353 375
Decimal 215 235 253
Hex D7 EB FD

RGB Percentages of Color #d7ebfd

%30.58
%33.43
%35.99

CMYK Percentages of Color #d7ebfd

%15
%7
%0
%1

Triadic Colors of #d7ebfd

#d7ebfd #fdd7eb #ebfdd7

Analogous Colors of #d7ebfd

#d7ebfd #d7d8fd #d7fdfc

Monochromatic Colors of #d7ebfd

#d7ebfd

Complementary Color

#d7ebfd #fde9d7

#d7ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ebfd Color CSS Codes

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

#d7ebfd Text Font Color

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

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


#d7ebfd Background Color

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

This div background color is #d7ebfd


#d7ebfd Border Color

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

This div border color is #d7ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.