Color Hex Logo

#ecc52b Color Hex

#ECC52B
(236,197,43)
0 Favorites   0 Comments

Color spaces of #ecc52b

RGB 23619743
HSL0.130.840.55
HSV48°82°93°
CMYK 0.000.170.82   0.07
XYZ54.994457.939810.5705
Yxy57.93980.44530.4691
Hunter Lab76.1182-4.242945.0492
CIE-Lab80.7053-0.190974.8136

#ecc52b color RGB value is (236,197,43).

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

The process color (four color CMYK) of #ecc52b color hex is 0.00, 0.17, 0.82, 0.07. Web safe color of #ecc52b is #ffcc33. Color #ecc52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 00101011
Octal 354 305 53
Decimal 236 197 43
Hex EC C5 2B

RGB Percentages of Color #ecc52b

%49.58
%41.39
%9.03

CMYK Percentages of Color #ecc52b

%0
%17
%82
%7

Triadic Colors of #ecc52b

#ecc52b #2becc5 #c52bec

Analogous Colors of #ecc52b

#ecc52b #b3ec2b #ec652b

Monochromatic Colors of #ecc52b

#ecc52b

Complementary Color

#ecc52b #2b52ec

#ecc52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc52b Color CSS Codes

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

#ecc52b Text Font Color

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

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


#ecc52b Background Color

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

This div background color is #ecc52b


#ecc52b Border Color

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

This div border color is #ecc52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc52b


Comments

No comments written yet.

Please login to write comment.