Color Hex Logo

#ebd525 Color Hex

#EBD525
(235,213,37)
0 Favorites   0 Comments

Color spaces of #ebd525

RGB 23521337
HSL0.150.830.53
HSV53°84°92°
CMYK 0.000.090.84   0.08
XYZ58.389165.384211.2932
Yxy65.38420.43230.4841
Hunter Lab80.8605-12.611648.3217
CIE-Lab84.6813-8.926779.6200

#ebd525 color RGB value is (235,213,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00100101
Octal 353 325 45
Decimal 235 213 37
Hex EB D5 25

RGB Percentages of Color #ebd525

%48.45
%43.92
%7.63

CMYK Percentages of Color #ebd525

%0
%9
%84
%8

Triadic Colors of #ebd525

#ebd525 #25ebd5 #d525eb

Analogous Colors of #ebd525

#ebd525 #9eeb25 #eb7225

Monochromatic Colors of #ebd525

#ebd525

Complementary Color

#ebd525 #253beb

#ebd525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd525 Color CSS Codes

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

#ebd525 Text Font Color

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

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


#ebd525 Background Color

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

This div background color is #ebd525


#ebd525 Border Color

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

This div border color is #ebd525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd525


Comments

No comments written yet.

Please login to write comment.