Color Hex Logo

#ecde72 Color Hex

#ECDE72
(236,222,114)
0 Favorites   0 Comments

Color spaces of #ecde72

RGB 236222114
HSL0.150.760.69
HSV53°52°93°
CMYK 0.000.060.52   0.07
XYZ63.750671.290326.3200
Yxy71.29030.39510.4418
Hunter Lab84.4336-12.984440.6214
CIE-Lab87.6259-8.988054.0785

#ecde72 color RGB value is (236,222,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 01110010
Octal 354 336 162
Decimal 236 222 114
Hex EC DE 72

RGB Percentages of Color #ecde72

%41.26
%38.81
%19.93

CMYK Percentages of Color #ecde72

%0
%6
%52
%7

Triadic Colors of #ecde72

#ecde72 #72ecde #de72ec

Analogous Colors of #ecde72

#ecde72 #bdec72 #eca172

Monochromatic Colors of #ecde72

#ecde72

Complementary Color

#ecde72 #7280ec

#ecde72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde72 Color CSS Codes

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

#ecde72 Text Font Color

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

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


#ecde72 Background Color

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

This div background color is #ecde72


#ecde72 Border Color

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

This div border color is #ecde72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde72


Comments

No comments written yet.

Please login to write comment.