Color Hex Logo

#ecc70d Color Hex

#ECC70D
(236,199,13)
0 Favorites   0 Comments

Color spaces of #ecc70d

RGB 23619913
HSL0.140.900.49
HSV50°94°93°
CMYK 0.000.160.94   0.07
XYZ55.088158.70888.8092
Yxy58.70880.44930.4788
Hunter Lab76.6217-5.753146.8186
CIE-Lab81.1313-1.790580.9665

#ecc70d color RGB value is (236,199,13).

#ecc70d hex color red value is 236, green value is 199 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ecc70d hue: 0.14 , saturation: 0.90 and the lightness value of ecc70d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 00001101
Octal 354 307 15
Decimal 236 199 13
Hex EC C7 D

RGB Percentages of Color #ecc70d

%52.68
%44.42
%2.90

CMYK Percentages of Color #ecc70d

%0
%16
%94
%7

Triadic Colors of #ecc70d

#ecc70d #0decc7 #c70dec

Analogous Colors of #ecc70d

#ecc70d #a2ec0d #ec580d

Monochromatic Colors of #ecc70d

#ecc70d

Complementary Color

#ecc70d #0d32ec

#ecc70d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc70d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc70d Color CSS Codes

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

#ecc70d Text Font Color

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

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


#ecc70d Background Color

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

This div background color is #ecc70d


#ecc70d Border Color

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

This div border color is #ecc70d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc70d


Comments

No comments written yet.

Please login to write comment.