Color Hex Logo

#d3eeed Color Hex

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

Color spaces of #d3eeed

RGB 211238237
HSL0.490.440.88
HSV178°11°93°
CMYK 0.110.000.00   0.07
XYZ72.724681.112491.9440
Yxy81.11240.29590.3300
Hunter Lab90.0624-13.47212.5150
CIE-Lab92.1817-8.9830-2.5187

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

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

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

Base Numbers

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

RGB Percentages of Color #d3eeed

%30.76
%34.69
%34.55

CMYK Percentages of Color #d3eeed

%11
%0
%0
%7

Triadic Colors of #d3eeed

#d3eeed #edd3ee #eeedd3

Analogous Colors of #d3eeed

#d3eeed #d3e2ee #d3eee0

Monochromatic Colors of #d3eeed

#d3eeed

Complementary Color

#d3eeed #eed3d4

#d3eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eeed Color CSS Codes

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

#d3eeed Text Font Color

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

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


#d3eeed Background Color

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

This div background color is #d3eeed


#d3eeed Border Color

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

This div border color is #d3eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eeed


Comments

No comments written yet.

Please login to write comment.