Color Hex Logo

#ecefd6 Color Hex

#ECEFD6
(236,239,214)
0 Favorites   0 Comments

Color spaces of #ecefd6

RGB 236239214
HSL0.190.440.89
HSV67°10°94°
CMYK 0.010.000.10   0.06
XYZ77.596284.420975.8234
Yxy84.42090.32630.3549
Hunter Lab91.8808-10.042715.3883
CIE-Lab93.6330-5.247211.7487

#ecefd6 color RGB value is (236,239,214).

#ecefd6 hex color red value is 236, green value is 239 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ecefd6 hue: 0.19 , saturation: 0.44 and the lightness value of ecefd6 is 0.89.

The process color (four color CMYK) of #ecefd6 color hex is 0.01, 0.00, 0.10, 0.06. Web safe color of #ecefd6 is #ffffcc. Color #ecefd6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101111 11010110
Octal 354 357 326
Decimal 236 239 214
Hex EC EF D6

RGB Percentages of Color #ecefd6

%34.25
%34.69
%31.06

CMYK Percentages of Color #ecefd6

%1
%0
%10
%6

Triadic Colors of #ecefd6

#ecefd6 #d6ecef #efd6ec

Analogous Colors of #ecefd6

#ecefd6 #e0efd6 #efe6d6

Monochromatic Colors of #ecefd6

#ecefd6

Complementary Color

#ecefd6 #d9d6ef

#ecefd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecefd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecefd6 Color CSS Codes

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

#ecefd6 Text Font Color

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

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


#ecefd6 Background Color

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

This div background color is #ecefd6


#ecefd6 Border Color

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

This div border color is #ecefd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecefd6


Comments

No comments written yet.

Please login to write comment.