Color Hex Logo

#d3eefe Color Hex

#D3EEFE
(211,238,254)
0 Favorites   0 Comments

Color spaces of #d3eefe

RGB 211238254
HSL0.560.960.91
HSV202°17°100°
CMYK 0.170.060.00   0.00
XYZ75.327982.1537105.6530
Yxy82.15370.28630.3122
Hunter Lab90.6387-10.2701-5.6643
CIE-Lab92.6427-5.5770-10.6875

#d3eefe color RGB value is (211,238,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101110 11111110
Octal 323 356 376
Decimal 211 238 254
Hex D3 EE FE

RGB Percentages of Color #d3eefe

%30.01
%33.85
%36.13

CMYK Percentages of Color #d3eefe

%17
%6
%0
%0

Triadic Colors of #d3eefe

#d3eefe #fed3ee #eefed3

Analogous Colors of #d3eefe

#d3eefe #d3d9fe #d3fef9

Monochromatic Colors of #d3eefe

#d3eefe

Complementary Color

#d3eefe #fee3d3

#d3eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eefe Color CSS Codes

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

#d3eefe Text Font Color

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

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


#d3eefe Background Color

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

This div background color is #d3eefe


#d3eefe Border Color

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

This div border color is #d3eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eefe

Related Colors


Comments

No comments written yet.

Please login to write comment.