Color Hex Logo

#ebd43d Color Hex

#EBD43D
(235,212,61)
0 Favorites   0 Comments

Color spaces of #ebd43d

RGB 23521261
HSL0.140.810.58
HSV52°74°92°
CMYK 0.000.100.74   0.08
XYZ58.646765.086113.8867
Yxy65.08610.42620.4729
Hunter Lab80.6760-11.423946.2676
CIE-Lab84.5281-7.642072.6521

#ebd43d color RGB value is (235,212,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 00111101
Octal 353 324 75
Decimal 235 212 61
Hex EB D4 3D

RGB Percentages of Color #ebd43d

%46.26
%41.73
%12.01

CMYK Percentages of Color #ebd43d

%0
%10
%74
%8

Triadic Colors of #ebd43d

#ebd43d #3debd4 #d43deb

Analogous Colors of #ebd43d

#ebd43d #abeb3d #eb7d3d

Monochromatic Colors of #ebd43d

#ebd43d

Complementary Color

#ebd43d #3d54eb

#ebd43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd43d Color CSS Codes

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

#ebd43d Text Font Color

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

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


#ebd43d Background Color

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

This div background color is #ebd43d


#ebd43d Border Color

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

This div border color is #ebd43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd43d


Comments

No comments written yet.

Please login to write comment.