Color Hex Logo

#d3edec Color Hex

#D3EDEC
(211,237,236)
0 Favorites   0 Comments

Color spaces of #d3edec

RGB 211237236
HSL0.490.420.88
HSV178°11°93°
CMYK 0.110.000.00   0.07
XYZ72.288580.473491.0798
Yxy80.47340.29650.3300
Hunter Lab89.7070-13.14672.5975
CIE-Lab91.8969-8.6713-2.4157

#d3edec color RGB value is (211,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11101100
Octal 323 355 354
Decimal 211 237 236
Hex D3 ED EC

RGB Percentages of Color #d3edec

%30.85
%34.65
%34.50

CMYK Percentages of Color #d3edec

%11
%0
%0
%7

Triadic Colors of #d3edec

#d3edec #ecd3ed #edecd3

Analogous Colors of #d3edec

#d3edec #d3e1ed #d3eddf

Monochromatic Colors of #d3edec

#d3edec

Complementary Color

#d3edec #edd3d4

#d3edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3edec Color CSS Codes

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

#d3edec Text Font Color

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

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


#d3edec Background Color

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

This div background color is #d3edec


#d3edec Border Color

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

This div border color is #d3edec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,237,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 #d3edec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3edec


Comments

No comments written yet.

Please login to write comment.