Color Hex Logo

#ecd70e Color Hex

#ECD70E
(236,215,14)
0 Favorites   0 Comments

Color spaces of #ecd70e

RGB 23621514
HSL0.150.890.49
HSV54°94°93°
CMYK 0.000.090.94   0.07
XYZ58.971866.465510.1364
Yxy66.46550.43500.4903
Hunter Lab81.5264-13.553849.6968
CIE-Lab85.2333-9.896683.8964

#ecd70e color RGB value is (236,215,14).

#ecd70e hex color red value is 236, green value is 215 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ecd70e hue: 0.15 , saturation: 0.89 and the lightness value of ecd70e is 0.49.

The process color (four color CMYK) of #ecd70e color hex is 0.00, 0.09, 0.94, 0.07. Web safe color of #ecd70e is #ffcc00. Color #ecd70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 00001110
Octal 354 327 16
Decimal 236 215 14
Hex EC D7 E

RGB Percentages of Color #ecd70e

%50.75
%46.24
%3.01

CMYK Percentages of Color #ecd70e

%0
%9
%94
%7

Triadic Colors of #ecd70e

#ecd70e #0eecd7 #d70eec

Analogous Colors of #ecd70e

#ecd70e #92ec0e #ec680e

Monochromatic Colors of #ecd70e

#ecd70e

Complementary Color

#ecd70e #0e23ec

#ecd70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd70e Color CSS Codes

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

#ecd70e Text Font Color

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

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


#ecd70e Background Color

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

This div background color is #ecd70e


#ecd70e Border Color

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

This div border color is #ecd70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd70e


Comments

No comments written yet.

Please login to write comment.