Color Hex Logo

#ecc32b Color Hex

#ECC32B
(236,195,43)
0 Favorites   0 Comments

Color spaces of #ecc32b

RGB 23619543
HSL0.130.840.55
HSV47°82°93°
CMYK 0.000.170.82   0.07
XYZ54.543257.037510.4201
Yxy57.03750.44710.4675
Hunter Lab75.5232-3.252044.6858
CIE-Lab80.20070.841674.3816

#ecc32b color RGB value is (236,195,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00101011
Octal 354 303 53
Decimal 236 195 43
Hex EC C3 2B

RGB Percentages of Color #ecc32b

%49.79
%41.14
%9.07

CMYK Percentages of Color #ecc32b

%0
%17
%82
%7

Triadic Colors of #ecc32b

#ecc32b #2becc3 #c32bec

Analogous Colors of #ecc32b

#ecc32b #b5ec2b #ec632b

Monochromatic Colors of #ecc32b

#ecc32b

Complementary Color

#ecc32b #2b54ec

#ecc32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc32b Color CSS Codes

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

#ecc32b Text Font Color

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

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


#ecc32b Background Color

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

This div background color is #ecc32b


#ecc32b Border Color

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

This div border color is #ecc32b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,195,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 #ecc32b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc32b


Comments

No comments written yet.

Please login to write comment.