Color Hex Logo

#ebd43e Color Hex

#EBD43E
(235,212,62)
0 Favorites   0 Comments

Color spaces of #ebd43e

RGB 23521262
HSL0.140.810.58
HSV52°74°92°
CMYK 0.000.100.74   0.08
XYZ58.673965.096914.0299
Yxy65.09690.42580.4724
Hunter Lab80.6826-11.386246.1679
CIE-Lab84.5336-7.600272.3168

#ebd43e color RGB value is (235,212,62).

#ebd43e hex color red value is 235, green value is 212 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ebd43e hue: 0.14 , saturation: 0.81 and the lightness value of ebd43e is 0.58.

The process color (four color CMYK) of #ebd43e color hex is 0.00, 0.10, 0.74, 0.08. Web safe color of #ebd43e is #ffcc33. Color #ebd43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00111110
Octal 353 324 76
Decimal 235 212 62
Hex EB D4 3E

RGB Percentages of Color #ebd43e

%46.17
%41.65
%12.18

CMYK Percentages of Color #ebd43e

%0
%10
%74
%8

Triadic Colors of #ebd43e

#ebd43e #3eebd4 #d43eeb

Analogous Colors of #ebd43e

#ebd43e #aceb3e #eb7e3e

Monochromatic Colors of #ebd43e

#ebd43e

Complementary Color

#ebd43e #3e55eb

#ebd43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd43e Color CSS Codes

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

#ebd43e Text Font Color

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

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


#ebd43e Background Color

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

This div background color is #ebd43e


#ebd43e Border Color

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

This div border color is #ebd43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd43e


Comments

No comments written yet.

Please login to write comment.