Color Hex Logo

#ecc300 Color Hex

#ECC300
(236,195,0)
0 Favorites   0 Comments

Color spaces of #ecc300

RGB 2361950
HSL0.141.000.46
HSV50°100°93°
CMYK 0.000.171.00   0.07
XYZ54.107256.86318.1239
Yxy56.86310.45430.4775
Hunter Lab75.4076-3.884346.3978
CIE-Lab80.10250.154681.4967

#ecc300 color RGB value is (236,195,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00000000
Octal 354 303 0
Decimal 236 195 0
Hex EC C3 0

RGB Percentages of Color #ecc300

%54.76
%45.24
%0.00

CMYK Percentages of Color #ecc300

%0
%17
%100
%7

Triadic Colors of #ecc300

#ecc300 #00ecc3 #c300ec

Analogous Colors of #ecc300

#ecc300 #9fec00 #ec4d00

Monochromatic Colors of #ecc300

#ecc300

Complementary Color

#ecc300 #0029ec

#ecc300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc300 Color CSS Codes

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

#ecc300 Text Font Color

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

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


#ecc300 Background Color

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

This div background color is #ecc300


#ecc300 Border Color

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

This div border color is #ecc300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc300


Comments

No comments written yet.

Please login to write comment.