Color Hex Logo

#d3edee Color Hex

#D3EDEE
(211,237,238)
0 Favorites   0 Comments

Color spaces of #d3edee

RGB 211237238
HSL0.510.440.88
HSV182°11°93°
CMYK 0.110.000.00   0.07
XYZ72.580880.590392.6190
Yxy80.59030.29530.3279
Hunter Lab89.7721-12.78381.6702
CIE-Lab91.9491-8.2820-3.3813

#d3edee color RGB value is (211,237,238).

#d3edee hex color red value is 211, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d3edee hue: 0.51 , saturation: 0.44 and the lightness value of d3edee is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11101110
Octal 323 355 356
Decimal 211 237 238
Hex D3 ED EE

RGB Percentages of Color #d3edee

%30.76
%34.55
%34.69

CMYK Percentages of Color #d3edee

%11
%0
%0
%7

Triadic Colors of #d3edee

#d3edee #eed3ed #edeed3

Analogous Colors of #d3edee

#d3edee #d3e0ee #d3eee2

Monochromatic Colors of #d3edee

#d3edee

Complementary Color

#d3edee #eed4d3

#d3edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3edee Color CSS Codes

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

#d3edee Text Font Color

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

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


#d3edee Background Color

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

This div background color is #d3edee


#d3edee Border Color

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

This div border color is #d3edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3edee


Comments

No comments written yet.

Please login to write comment.