Color Hex Logo

#ecef70 Color Hex

#ECEF70
(236,239,112)
0 Favorites   0 Comments

Color spaces of #ecef70

RGB 236239112
HSL0.170.800.69
HSV61°53°94°
CMYK 0.010.000.53   0.06
XYZ68.383280.735727.3086
Yxy80.73570.38760.4576
Hunter Lab89.8530-21.394344.8774
CIE-Lab92.0140-17.547560.1035

#ecef70 color RGB value is (236,239,112).

#ecef70 hex color red value is 236, green value is 239 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecef70 hue: 0.17 , saturation: 0.80 and the lightness value of ecef70 is 0.69.

The process color (four color CMYK) of #ecef70 color hex is 0.01, 0.00, 0.53, 0.06. Web safe color of #ecef70 is #ffff66. Color #ecef70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101111 01110000
Octal 354 357 160
Decimal 236 239 112
Hex EC EF 70

RGB Percentages of Color #ecef70

%40.20
%40.72
%19.08

CMYK Percentages of Color #ecef70

%1
%0
%53
%6

Triadic Colors of #ecef70

#ecef70 #70ecef #ef70ec

Analogous Colors of #ecef70

#ecef70 #adef70 #efb370

Monochromatic Colors of #ecef70

#ecef70

Complementary Color

#ecef70 #7370ef

#ecef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecef70 Color CSS Codes

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

#ecef70 Text Font Color

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

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


#ecef70 Background Color

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

This div background color is #ecef70


#ecef70 Border Color

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

This div border color is #ecef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecef70


Comments

No comments written yet.

Please login to write comment.