Color Hex Logo

#ecfca2 Color Hex

#ECFCA2
(236,252,162)
0 Favorites   0 Comments

Color spaces of #ecfca2

RGB 236252162
HSL0.200.940.81
HSV71°36°99°
CMYK 0.060.000.36   0.01
XYZ75.924190.062347.5646
Yxy90.06230.35550.4217
Hunter Lab94.9012-23.271136.7146
CIE-Lab96.0226-18.928241.3892

#ecfca2 color RGB value is (236,252,162).

#ecfca2 hex color red value is 236, green value is 252 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ecfca2 hue: 0.20 , saturation: 0.94 and the lightness value of ecfca2 is 0.81.

The process color (four color CMYK) of #ecfca2 color hex is 0.06, 0.00, 0.36, 0.01. Web safe color of #ecfca2 is #ffff99. Color #ecfca2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111100 10100010
Octal 354 374 242
Decimal 236 252 162
Hex EC FC A2

RGB Percentages of Color #ecfca2

%36.31
%38.77
%24.92

CMYK Percentages of Color #ecfca2

%6
%0
%36
%1

Triadic Colors of #ecfca2

#ecfca2 #a2ecfc #fca2ec

Analogous Colors of #ecfca2

#ecfca2 #bffca2 #fcdfa2

Monochromatic Colors of #ecfca2

#ecfca2

Complementary Color

#ecfca2 #b2a2fc

#ecfca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfca2 Color CSS Codes

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

#ecfca2 Text Font Color

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

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


#ecfca2 Background Color

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

This div background color is #ecfca2


#ecfca2 Border Color

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

This div border color is #ecfca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfca2


Comments

No comments written yet.

Please login to write comment.