Color Hex Logo

#ebd125 Color Hex

#EBD125
(235,209,37)
0 Favorites   0 Comments

Color spaces of #ebd125

RGB 23520937
HSL0.140.830.53
HSV52°84°92°
CMYK 0.000.110.84   0.08
XYZ57.395363.396710.9620
Yxy63.39670.43560.4812
Hunter Lab79.6220-10.667447.5727
CIE-Lab83.6507-6.909478.7707

#ebd125 color RGB value is (235,209,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 00100101
Octal 353 321 45
Decimal 235 209 37
Hex EB D1 25

RGB Percentages of Color #ebd125

%48.86
%43.45
%7.69

CMYK Percentages of Color #ebd125

%0
%11
%84
%8

Triadic Colors of #ebd125

#ebd125 #25ebd1 #d125eb

Analogous Colors of #ebd125

#ebd125 #a2eb25 #eb6e25

Monochromatic Colors of #ebd125

#ebd125

Complementary Color

#ebd125 #253feb

#ebd125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd125 Color CSS Codes

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

#ebd125 Text Font Color

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

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


#ebd125 Background Color

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

This div background color is #ebd125


#ebd125 Border Color

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

This div border color is #ebd125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd125


Comments

No comments written yet.

Please login to write comment.