Color Hex Logo

#ecfa70 Color Hex

#ECFA70
(236,250,112)
0 Favorites   0 Comments

Color spaces of #ecfa70

RGB 236250112
HSL0.180.930.71
HSV66°55°98°
CMYK 0.060.000.55   0.02
XYZ71.702387.373928.4150
Yxy87.37390.38240.4660
Hunter Lab93.4740-26.655247.4083
CIE-Lab94.8967-22.838663.3928

#ecfa70 color RGB value is (236,250,112).

#ecfa70 hex color red value is 236, green value is 250 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecfa70 hue: 0.18 , saturation: 0.93 and the lightness value of ecfa70 is 0.71.

The process color (four color CMYK) of #ecfa70 color hex is 0.06, 0.00, 0.55, 0.02. Web safe color of #ecfa70 is #ffff66. Color #ecfa70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111010 01110000
Octal 354 372 160
Decimal 236 250 112
Hex EC FA 70

RGB Percentages of Color #ecfa70

%39.46
%41.81
%18.73

CMYK Percentages of Color #ecfa70

%6
%0
%55
%2

Triadic Colors of #ecfa70

#ecfa70 #70ecfa #fa70ec

Analogous Colors of #ecfa70

#ecfa70 #a7fa70 #fac370

Monochromatic Colors of #ecfa70

#ecfa70

Complementary Color

#ecfa70 #7e70fa

#ecfa70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfa70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfa70 Color CSS Codes

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

#ecfa70 Text Font Color

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

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


#ecfa70 Background Color

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

This div background color is #ecfa70


#ecfa70 Border Color

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

This div border color is #ecfa70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfa70


Comments

No comments written yet.

Please login to write comment.