Color Hex Logo

#ecc21f Color Hex

#ECC21F
(236,194,31)
0 Favorites   0 Comments

Color spaces of #ecc21f

RGB 23619431
HSL0.130.840.52
HSV48°87°93°
CMYK 0.000.180.87   0.07
XYZ54.131256.51549.3519
Yxy56.51540.45110.4710
Hunter Lab75.1767-3.029945.2481
CIE-Lab79.90631.061977.1134

#ecc21f color RGB value is (236,194,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 00011111
Octal 354 302 37
Decimal 236 194 31
Hex EC C2 1F

RGB Percentages of Color #ecc21f

%51.19
%42.08
%6.72

CMYK Percentages of Color #ecc21f

%0
%18
%87
%7

Triadic Colors of #ecc21f

#ecc21f #1fecc2 #c21fec

Analogous Colors of #ecc21f

#ecc21f #b0ec1f #ec5b1f

Monochromatic Colors of #ecc21f

#ecc21f

Complementary Color

#ecc21f #1f49ec

#ecc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc21f Color CSS Codes

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

#ecc21f Text Font Color

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

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


#ecc21f Background Color

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

This div background color is #ecc21f


#ecc21f Border Color

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

This div border color is #ecc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc21f


Comments

No comments written yet.

Please login to write comment.