Color Hex Logo

#ecde78 Color Hex

#ECDE78
(236,222,120)
0 Favorites   0 Comments

Color spaces of #ecde78

RGB 236222120
HSL0.150.750.70
HSV53°49°93°
CMYK 0.000.060.49   0.07
XYZ64.103571.431528.1783
Yxy71.43150.39160.4363
Hunter Lab84.5172-12.518639.3945
CIE-Lab87.6942-8.476551.3307

#ecde78 color RGB value is (236,222,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 01111000
Octal 354 336 170
Decimal 236 222 120
Hex EC DE 78

RGB Percentages of Color #ecde78

%40.83
%38.41
%20.76

CMYK Percentages of Color #ecde78

%0
%6
%49
%7

Triadic Colors of #ecde78

#ecde78 #78ecde #de78ec

Analogous Colors of #ecde78

#ecde78 #c0ec78 #eca478

Monochromatic Colors of #ecde78

#ecde78

Complementary Color

#ecde78 #7886ec

#ecde78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde78 Color CSS Codes

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

#ecde78 Text Font Color

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

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


#ecde78 Background Color

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

This div background color is #ecde78


#ecde78 Border Color

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

This div border color is #ecde78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde78


Comments

No comments written yet.

Please login to write comment.