Color Hex Logo

#d3eeec Color Hex

#D3EEEC
(211,238,236)
0 Favorites   0 Comments

Color spaces of #d3eeec

RGB 211238236
HSL0.490.440.88
HSV176°11°93°
CMYK 0.110.000.01   0.07
XYZ72.578881.054191.1766
Yxy81.05410.29650.3311
Hunter Lab90.0301-13.65272.9760
CIE-Lab92.1558-9.1771-2.0360

#d3eeec color RGB value is (211,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101110 11101100
Octal 323 356 354
Decimal 211 238 236
Hex D3 EE EC

RGB Percentages of Color #d3eeec

%30.80
%34.74
%34.45

CMYK Percentages of Color #d3eeec

%11
%0
%1
%7

Triadic Colors of #d3eeec

#d3eeec #ecd3ee #eeecd3

Analogous Colors of #d3eeec

#d3eeec #d3e3ee #d3eedf

Monochromatic Colors of #d3eeec

#d3eeec

Complementary Color

#d3eeec #eed3d5

#d3eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eeec Color CSS Codes

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

#d3eeec Text Font Color

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

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


#d3eeec Background Color

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

This div background color is #d3eeec


#d3eeec Border Color

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

This div border color is #d3eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eeec


Comments

No comments written yet.

Please login to write comment.