Color Hex Logo

#ebc32c Color Hex

#EBC32C
(235,195,44)
0 Favorites   0 Comments

Color spaces of #ebc32c

RGB 23519544
HSL0.130.830.55
HSV47°81°92°
CMYK 0.000.170.81   0.08
XYZ54.230756.874210.5024
Yxy56.87420.44590.4677
Hunter Lab75.4150-3.617444.5337
CIE-Lab80.10880.442773.9829

#ebc32c color RGB value is (235,195,44).

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

The process color (four color CMYK) of #ebc32c color hex is 0.00, 0.17, 0.81, 0.08. Web safe color of #ebc32c is #ffcc33. Color #ebc32c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00101100
Octal 353 303 54
Decimal 235 195 44
Hex EB C3 2C

RGB Percentages of Color #ebc32c

%49.58
%41.14
%9.28

CMYK Percentages of Color #ebc32c

%0
%17
%81
%8

Triadic Colors of #ebc32c

#ebc32c #2cebc3 #c32ceb

Analogous Colors of #ebc32c

#ebc32c #b4eb2c #eb632c

Monochromatic Colors of #ebc32c

#ebc32c

Complementary Color

#ebc32c #2c54eb

#ebc32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc32c Color CSS Codes

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

#ebc32c Text Font Color

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

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


#ebc32c Background Color

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

This div background color is #ebc32c


#ebc32c Border Color

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

This div border color is #ebc32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc32c


Comments

No comments written yet.

Please login to write comment.