Color Hex Logo

#ebc825 Color Hex

#EBC825
(235,200,37)
0 Favorites   0 Comments

Color spaces of #ebc825

RGB 23520037
HSL0.140.830.53
HSV49°84°92°
CMYK 0.000.150.84   0.08
XYZ55.249259.104310.2466
Yxy59.10430.44340.4744
Hunter Lab76.8793-6.260145.9133
CIE-Lab81.3489-2.322576.8719

#ebc825 color RGB value is (235,200,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001000 00100101
Octal 353 310 45
Decimal 235 200 37
Hex EB C8 25

RGB Percentages of Color #ebc825

%49.79
%42.37
%7.84

CMYK Percentages of Color #ebc825

%0
%15
%84
%8

Triadic Colors of #ebc825

#ebc825 #25ebc8 #c825eb

Analogous Colors of #ebc825

#ebc825 #abeb25 #eb6525

Monochromatic Colors of #ebc825

#ebc825

Complementary Color

#ebc825 #2548eb

#ebc825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc825 Color CSS Codes

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

#ebc825 Text Font Color

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

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


#ebc825 Background Color

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

This div background color is #ebc825


#ebc825 Border Color

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

This div border color is #ebc825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc825


Comments

No comments written yet.

Please login to write comment.