Color Hex Logo

#ecfcf2 Color Hex

#ECFCF2
(236,252,242)
0 Favorites   0 Comments

Color spaces of #ecfcf2

RGB 236252242
HSL0.400.730.96
HSV143°99°
CMYK 0.060.000.04   0.01
XYZ85.429593.864597.6194
Yxy93.86450.30850.3390
Hunter Lab96.8837-12.14988.0784
CIE-Lab97.5774-7.02522.9720

#ecfcf2 color RGB value is (236,252,242).

#ecfcf2 hex color red value is 236, green value is 252 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #ecfcf2 hue: 0.40 , saturation: 0.73 and the lightness value of ecfcf2 is 0.96.

The process color (four color CMYK) of #ecfcf2 color hex is 0.06, 0.00, 0.04, 0.01. Web safe color of #ecfcf2 is #ffffff. Color #ecfcf2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111100 11110010
Octal 354 374 362
Decimal 236 252 242
Hex EC FC F2

RGB Percentages of Color #ecfcf2

%32.33
%34.52
%33.15

CMYK Percentages of Color #ecfcf2

%6
%0
%4
%1

Triadic Colors of #ecfcf2

#ecfcf2 #f2ecfc #fcf2ec

Analogous Colors of #ecfcf2

#ecfcf2 #ecfcfa #eefcec

Monochromatic Colors of #ecfcf2

#ecfcf2

Complementary Color

#ecfcf2 #fcecf6

#ecfcf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfcf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfcf2 Color CSS Codes

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

#ecfcf2 Text Font Color

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

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


#ecfcf2 Background Color

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

This div background color is #ecfcf2


#ecfcf2 Border Color

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

This div border color is #ecfcf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfcf2

Related Colors


Comments

No comments written yet.

Please login to write comment.