Color Hex Logo

#d1ecec Color Hex

#D1ECEC
(209,236,236)
0 Favorites   0 Comments

Color spaces of #d1ecec

RGB 209236236
HSL0.500.420.87
HSV180°11°93°
CMYK 0.110.000.00   0.07
XYZ71.430379.602390.9569
Yxy79.60230.29520.3289
Hunter Lab89.2201-13.22682.0099
CIE-Lab91.5061-8.8004-3.0045

#d1ecec color RGB value is (209,236,236).

#d1ecec hex color red value is 209, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d1ecec hue: 0.50 , saturation: 0.42 and the lightness value of d1ecec is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101100 11101100
Octal 321 354 354
Decimal 209 236 236
Hex D1 EC EC

RGB Percentages of Color #d1ecec

%30.69
%34.65
%34.65

CMYK Percentages of Color #d1ecec

%11
%0
%0
%7

Triadic Colors of #d1ecec

#d1ecec #ecd1ec #ececd1

Analogous Colors of #d1ecec

#d1ecec #d1dfec #d1ecdf

Monochromatic Colors of #d1ecec

#d1ecec

Complementary Color

#d1ecec #ecd1d1

#d1ecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ecec Color CSS Codes

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

#d1ecec Text Font Color

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

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


#d1ecec Background Color

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

This div background color is #d1ecec


#d1ecec Border Color

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

This div border color is #d1ecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ecec


Comments

No comments written yet.

Please login to write comment.