Color Hex Logo

#ecc80f Color Hex

#ECC80F
(236,200,15)
0 Favorites   0 Comments

Color spaces of #ecc80f

RGB 23620015
HSL0.140.880.49
HSV50°94°93°
CMYK 0.000.150.94   0.07
XYZ55.332659.17598.9577
Yxy59.17590.44820.4793
Hunter Lab76.9259-6.225646.9440
CIE-Lab81.3882-2.282080.9261

#ecc80f color RGB value is (236,200,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 00001111
Octal 354 310 17
Decimal 236 200 15
Hex EC C8 F

RGB Percentages of Color #ecc80f

%52.33
%44.35
%3.33

CMYK Percentages of Color #ecc80f

%0
%15
%94
%7

Triadic Colors of #ecc80f

#ecc80f #0fecc8 #c80fec

Analogous Colors of #ecc80f

#ecc80f #a2ec0f #ec5a0f

Monochromatic Colors of #ecc80f

#ecc80f

Complementary Color

#ecc80f #0f33ec

#ecc80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc80f Color CSS Codes

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

#ecc80f Text Font Color

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

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


#ecc80f Background Color

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

This div background color is #ecc80f


#ecc80f Border Color

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

This div border color is #ecc80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc80f


Comments

No comments written yet.

Please login to write comment.