Color Hex Logo

#ebd62c Color Hex

#EBD62C
(235,214,44)
0 Favorites   0 Comments

Color spaces of #ebd62c

RGB 23521444
HSL0.150.830.55
HSV53°81°92°
CMYK 0.000.090.81   0.08
XYZ58.762165.937212.0129
Yxy65.93720.42980.4823
Hunter Lab81.2017-12.930548.0699
CIE-Lab84.9644-9.243578.1528

#ebd62c color RGB value is (235,214,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 00101100
Octal 353 326 54
Decimal 235 214 44
Hex EB D6 2C

RGB Percentages of Color #ebd62c

%47.67
%43.41
%8.92

CMYK Percentages of Color #ebd62c

%0
%9
%81
%8

Triadic Colors of #ebd62c

#ebd62c #2cebd6 #d62ceb

Analogous Colors of #ebd62c

#ebd62c #a1eb2c #eb772c

Monochromatic Colors of #ebd62c

#ebd62c

Complementary Color

#ebd62c #2c41eb

#ebd62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd62c Color CSS Codes

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

#ebd62c Text Font Color

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

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


#ebd62c Background Color

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

This div background color is #ebd62c


#ebd62c Border Color

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

This div border color is #ebd62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd62c


Comments

No comments written yet.

Please login to write comment.