Color Hex Logo

#ecde70 Color Hex

#ECDE70
(236,222,112)
0 Favorites   0 Comments

Color spaces of #ecde70

RGB 236222112
HSL0.150.770.68
HSV53°53°93°
CMYK 0.000.060.53   0.07
XYZ63.638071.245325.7269
Yxy71.24530.39620.4436
Hunter Lab84.4069-13.133341.0135
CIE-Lab87.6040-9.151854.9838

#ecde70 color RGB value is (236,222,112).

#ecde70 hex color red value is 236, green value is 222 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ecde70 hue: 0.15 , saturation: 0.77 and the lightness value of ecde70 is 0.68.

The process color (four color CMYK) of #ecde70 color hex is 0.00, 0.06, 0.53, 0.07. Web safe color of #ecde70 is #ffcc66. Color #ecde70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 01110000
Octal 354 336 160
Decimal 236 222 112
Hex EC DE 70

RGB Percentages of Color #ecde70

%41.40
%38.95
%19.65

CMYK Percentages of Color #ecde70

%0
%6
%53
%7

Triadic Colors of #ecde70

#ecde70 #70ecde #de70ec

Analogous Colors of #ecde70

#ecde70 #bcec70 #eca070

Monochromatic Colors of #ecde70

#ecde70

Complementary Color

#ecde70 #707eec

#ecde70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde70 Color CSS Codes

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

#ecde70 Text Font Color

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

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


#ecde70 Background Color

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

This div background color is #ecde70


#ecde70 Border Color

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

This div border color is #ecde70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde70


Comments

No comments written yet.

Please login to write comment.