Color Hex Logo

#ebc324 Color Hex

#EBC324
(235,195,36)
0 Favorites   0 Comments

Color spaces of #ebc324

RGB 23519536
HSL0.130.830.53
HSV48°85°92°
CMYK 0.000.170.85   0.08
XYZ54.094556.81989.7853
Yxy56.81980.44820.4708
Hunter Lab75.3789-3.815345.0685
CIE-Lab80.07810.227376.0671

#ebc324 color RGB value is (235,195,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00100100
Octal 353 303 44
Decimal 235 195 36
Hex EB C3 24

RGB Percentages of Color #ebc324

%50.43
%41.85
%7.73

CMYK Percentages of Color #ebc324

%0
%17
%85
%8

Triadic Colors of #ebc324

#ebc324 #24ebc3 #c324eb

Analogous Colors of #ebc324

#ebc324 #b0eb24 #eb6024

Monochromatic Colors of #ebc324

#ebc324

Complementary Color

#ebc324 #244ceb

#ebc324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc324 Color CSS Codes

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

#ebc324 Text Font Color

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

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


#ebc324 Background Color

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

This div background color is #ebc324


#ebc324 Border Color

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

This div border color is #ebc324


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc324


Comments

No comments written yet.

Please login to write comment.