Color Hex Logo

#d3ecfb Color Hex

#D3ECFB
(211,236,251)
0 Favorites   0 Comments

Color spaces of #d3ecfb

RGB 211236251
HSL0.560.830.91
HSV203°16°98°
CMYK 0.160.060.00   0.02
XYZ74.272080.8048102.9491
Yxy80.80480.28780.3132
Hunter Lab89.8915-9.8262-4.9784
CIE-Lab92.0448-5.1721-10.0147

#d3ecfb color RGB value is (211,236,251).

#d3ecfb hex color red value is 211, green value is 236 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d3ecfb hue: 0.56 , saturation: 0.83 and the lightness value of d3ecfb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101100 11111011
Octal 323 354 373
Decimal 211 236 251
Hex D3 EC FB

RGB Percentages of Color #d3ecfb

%30.23
%33.81
%35.96

CMYK Percentages of Color #d3ecfb

%16
%6
%0
%2

Triadic Colors of #d3ecfb

#d3ecfb #fbd3ec #ecfbd3

Analogous Colors of #d3ecfb

#d3ecfb #d3d8fb #d3fbf6

Monochromatic Colors of #d3ecfb

#d3ecfb

Complementary Color

#d3ecfb #fbe2d3

#d3ecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ecfb Color CSS Codes

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

#d3ecfb Text Font Color

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

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


#d3ecfb Background Color

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

This div background color is #d3ecfb


#d3ecfb Border Color

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

This div border color is #d3ecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ecfb


Comments

No comments written yet.

Please login to write comment.