Color Hex Logo

#d3ebfa Color Hex

#D3EBFA
(211,235,250)
0 Favorites   0 Comments

Color spaces of #d3ebfa

RGB 211235250
HSL0.560.800.90
HSV203°16°98°
CMYK 0.160.060.00   0.02
XYZ73.827680.1677102.0253
Yxy80.16770.28840.3131
Hunter Lab89.5364-9.5059-4.8845
CIE-Lab91.7601-4.8652-9.9166

#d3ebfa color RGB value is (211,235,250).

#d3ebfa hex color red value is 211, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d3ebfa hue: 0.56 , saturation: 0.80 and the lightness value of d3ebfa is 0.90.

The process color (four color CMYK) of #d3ebfa color hex is 0.16, 0.06, 0.00, 0.02. Web safe color of #d3ebfa is #ccffff. Color #d3ebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101011 11111010
Octal 323 353 372
Decimal 211 235 250
Hex D3 EB FA

RGB Percentages of Color #d3ebfa

%30.32
%33.76
%35.92

CMYK Percentages of Color #d3ebfa

%16
%6
%0
%2

Triadic Colors of #d3ebfa

#d3ebfa #fad3eb #ebfad3

Analogous Colors of #d3ebfa

#d3ebfa #d3d8fa #d3faf6

Monochromatic Colors of #d3ebfa

#d3ebfa

Complementary Color

#d3ebfa #fae2d3

#d3ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ebfa Color CSS Codes

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

#d3ebfa Text Font Color

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

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


#d3ebfa Background Color

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

This div background color is #d3ebfa


#d3ebfa Border Color

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

This div border color is #d3ebfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,235,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.