Color Hex Logo

#ebd529 Color Hex

#EBD529
(235,213,41)
0 Favorites   0 Comments

Color spaces of #ebd529

RGB 23521341
HSL0.150.830.54
HSV53°83°92°
CMYK 0.000.090.83   0.08
XYZ58.455465.410811.6424
Yxy65.41080.43140.4827
Hunter Lab80.8769-12.520348.0789
CIE-Lab84.6950-8.824778.6848

#ebd529 color RGB value is (235,213,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 00101001
Octal 353 325 51
Decimal 235 213 41
Hex EB D5 29

RGB Percentages of Color #ebd529

%48.06
%43.56
%8.38

CMYK Percentages of Color #ebd529

%0
%9
%83
%8

Triadic Colors of #ebd529

#ebd529 #29ebd5 #d529eb

Analogous Colors of #ebd529

#ebd529 #a0eb29 #eb7429

Monochromatic Colors of #ebd529

#ebd529

Complementary Color

#ebd529 #293feb

#ebd529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd529 Color CSS Codes

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

#ebd529 Text Font Color

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

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


#ebd529 Background Color

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

This div background color is #ebd529


#ebd529 Border Color

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

This div border color is #ebd529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd529


Comments

No comments written yet.

Please login to write comment.