Color Hex Logo

#ebc125 Color Hex

#EBC125
(235,193,37)
0 Favorites   0 Comments

Color spaces of #ebc125

RGB 23519337
HSL0.130.830.53
HSV47°84°92°
CMYK 0.000.180.84   0.08
XYZ53.664855.93579.7185
Yxy55.93570.44980.4688
Hunter Lab74.7902-2.802244.6488
CIE-Lab79.57721.286475.4077

#ebc125 color RGB value is (235,193,37).

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

The process color (four color CMYK) of #ebc125 color hex is 0.00, 0.18, 0.84, 0.08. Web safe color of #ebc125 is #ffcc33. Color #ebc125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 00100101
Octal 353 301 45
Decimal 235 193 37
Hex EB C1 25

RGB Percentages of Color #ebc125

%50.54
%41.51
%7.96

CMYK Percentages of Color #ebc125

%0
%18
%84
%8

Triadic Colors of #ebc125

#ebc125 #25ebc1 #c125eb

Analogous Colors of #ebc125

#ebc125 #b2eb25 #eb5e25

Monochromatic Colors of #ebc125

#ebc125

Complementary Color

#ebc125 #254feb

#ebc125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc125 Color CSS Codes

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

#ebc125 Text Font Color

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

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


#ebc125 Background Color

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

This div background color is #ebc125


#ebc125 Border Color

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

This div border color is #ebc125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc125


Comments

No comments written yet.

Please login to write comment.