Color Hex Logo

#ecc125 Color Hex

#ECC125
(236,193,37)
0 Favorites   0 Comments

Color spaces of #ecc125

RGB 23619337
HSL0.130.840.54
HSV47°84°93°
CMYK 0.000.180.84   0.07
XYZ53.996056.10649.7340
Yxy56.10640.45060.4682
Hunter Lab74.9042-2.407544.7281
CIE-Lab79.67431.716275.5277

#ecc125 color RGB value is (236,193,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00100101
Octal 354 301 45
Decimal 236 193 37
Hex EC C1 25

RGB Percentages of Color #ecc125

%50.64
%41.42
%7.94

CMYK Percentages of Color #ecc125

%0
%18
%84
%7

Triadic Colors of #ecc125

#ecc125 #25ecc1 #c125ec

Analogous Colors of #ecc125

#ecc125 #b4ec25 #ec5e25

Monochromatic Colors of #ecc125

#ecc125

Complementary Color

#ecc125 #2550ec

#ecc125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc125 Color CSS Codes

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

#ecc125 Text Font Color

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

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


#ecc125 Background Color

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

This div background color is #ecc125


#ecc125 Border Color

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

This div border color is #ecc125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc125


Comments

No comments written yet.

Please login to write comment.