Color Hex Logo

#ecc308 Color Hex

#ECC308
(236,195,8)
0 Favorites   0 Comments

Color spaces of #ecc308

RGB 2361958
HSL0.140.930.48
HSV49°97°93°
CMYK 0.000.170.97   0.07
XYZ54.151056.88068.3547
Yxy56.88060.45360.4764
Hunter Lab75.4192-3.820746.2255
CIE-Lab80.11240.223980.7238

#ecc308 color RGB value is (236,195,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00001000
Octal 354 303 10
Decimal 236 195 8
Hex EC C3 8

RGB Percentages of Color #ecc308

%53.76
%44.42
%1.82

CMYK Percentages of Color #ecc308

%0
%17
%97
%7

Triadic Colors of #ecc308

#ecc308 #08ecc3 #c308ec

Analogous Colors of #ecc308

#ecc308 #a3ec08 #ec5108

Monochromatic Colors of #ecc308

#ecc308

Complementary Color

#ecc308 #0831ec

#ecc308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc308 Color CSS Codes

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

#ecc308 Text Font Color

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

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


#ecc308 Background Color

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

This div background color is #ecc308


#ecc308 Border Color

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

This div border color is #ecc308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc308


Comments

No comments written yet.

Please login to write comment.