Color Hex Logo

#ebd540 Color Hex

#EBD540
(235,213,64)
0 Favorites   0 Comments

Color spaces of #ebd540

RGB 23521364
HSL0.150.810.59
HSV52°73°92°
CMYK 0.000.090.73   0.08
XYZ58.980665.620814.4080
Yxy65.62080.42430.4721
Hunter Lab81.0067-11.796646.1592
CIE-Lab84.8026-8.019071.8811

#ebd540 color RGB value is (235,213,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010101 01000000
Octal 353 325 100
Decimal 235 213 64
Hex EB D5 40

RGB Percentages of Color #ebd540

%45.90
%41.60
%12.50

CMYK Percentages of Color #ebd540

%0
%9
%73
%8

Triadic Colors of #ebd540

#ebd540 #40ebd5 #d540eb

Analogous Colors of #ebd540

#ebd540 #aceb40 #eb8040

Monochromatic Colors of #ebd540

#ebd540

Complementary Color

#ebd540 #4056eb

#ebd540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd540 Color CSS Codes

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

#ebd540 Text Font Color

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

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


#ebd540 Background Color

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

This div background color is #ebd540


#ebd540 Border Color

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

This div border color is #ebd540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd540


Comments

No comments written yet.

Please login to write comment.