Color Hex Logo

#ecc30d Color Hex

#ECC30D
(236,195,13)
0 Favorites   0 Comments

Color spaces of #ecc30d

RGB 23619513
HSL0.140.900.49
HSV49°94°93°
CMYK 0.000.170.94   0.07
XYZ54.179856.89218.5065
Yxy56.89210.45310.4758
Hunter Lab75.4269-3.778846.1122
CIE-Lab80.11890.269480.2233

#ecc30d color RGB value is (236,195,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00001101
Octal 354 303 15
Decimal 236 195 13
Hex EC C3 D

RGB Percentages of Color #ecc30d

%53.15
%43.92
%2.93

CMYK Percentages of Color #ecc30d

%0
%17
%94
%7

Triadic Colors of #ecc30d

#ecc30d #0decc3 #c30dec

Analogous Colors of #ecc30d

#ecc30d #a6ec0d #ec540d

Monochromatic Colors of #ecc30d

#ecc30d

Complementary Color

#ecc30d #0d36ec

#ecc30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc30d Color CSS Codes

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

#ecc30d Text Font Color

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

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


#ecc30d Background Color

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

This div background color is #ecc30d


#ecc30d Border Color

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

This div border color is #ecc30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc30d


Comments

No comments written yet.

Please login to write comment.