Color Hex Logo

#ecc126 Color Hex

#ECC126
(236,193,38)
0 Favorites   0 Comments

Color spaces of #ecc126

RGB 23619338
HSL0.130.840.54
HSV47°84°93°
CMYK 0.000.180.84   0.07
XYZ54.011956.11279.8178
Yxy56.11270.45030.4678
Hunter Lab74.9084-2.384244.6651
CIE-Lab79.67791.741475.2780

#ecc126 color RGB value is (236,193,38).

#ecc126 hex color red value is 236, green value is 193 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #ecc126 hue: 0.13 , saturation: 0.84 and the lightness value of ecc126 is 0.54.

The process color (four color CMYK) of #ecc126 color hex is 0.00, 0.18, 0.84, 0.07. Web safe color of #ecc126 is #ffcc33. Color #ecc126 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00100110
Octal 354 301 46
Decimal 236 193 38
Hex EC C1 26

RGB Percentages of Color #ecc126

%50.54
%41.33
%8.14

CMYK Percentages of Color #ecc126

%0
%18
%84
%7

Triadic Colors of #ecc126

#ecc126 #26ecc1 #c126ec

Analogous Colors of #ecc126

#ecc126 #b4ec26 #ec5e26

Monochromatic Colors of #ecc126

#ecc126

Complementary Color

#ecc126 #2651ec

#ecc126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc126 Color CSS Codes

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

#ecc126 Text Font Color

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

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


#ecc126 Background Color

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

This div background color is #ecc126


#ecc126 Border Color

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

This div border color is #ecc126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc126


Comments

No comments written yet.

Please login to write comment.