Color Hex Logo

#ebc328 Color Hex

#EBC328
(235,195,40)
0 Favorites   0 Comments

Color spaces of #ebc328

RGB 23519540
HSL0.130.830.54
HSV48°83°92°
CMYK 0.000.170.83   0.08
XYZ54.159156.845610.1253
Yxy56.84560.44710.4693
Hunter Lab75.3960-3.721444.8149
CIE-Lab80.09270.329575.0664

#ebc328 color RGB value is (235,195,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 00101000
Octal 353 303 50
Decimal 235 195 40
Hex EB C3 28

RGB Percentages of Color #ebc328

%50.00
%41.49
%8.51

CMYK Percentages of Color #ebc328

%0
%17
%83
%8

Triadic Colors of #ebc328

#ebc328 #28ebc3 #c328eb

Analogous Colors of #ebc328

#ebc328 #b2eb28 #eb6228

Monochromatic Colors of #ebc328

#ebc328

Complementary Color

#ebc328 #2850eb

#ebc328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc328 Color CSS Codes

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

#ebc328 Text Font Color

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

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


#ebc328 Background Color

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

This div background color is #ebc328


#ebc328 Border Color

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

This div border color is #ebc328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc328


Comments

No comments written yet.

Please login to write comment.