Color Hex Logo

#ebe20e Color Hex

#EBE20E
(235,226,14)
0 Favorites   0 Comments

Color spaces of #ebe20e

RGB 23522614
HSL0.160.890.49
HSV58°94°92°
CMYK 0.000.040.94   0.08
XYZ61.536672.086611.0862
Yxy72.08660.42520.4981
Hunter Lab84.9038-19.208551.6910
CIE-Lab88.0103-15.771485.9372

#ebe20e color RGB value is (235,226,14).

#ebe20e hex color red value is 235, green value is 226 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebe20e hue: 0.16 , saturation: 0.89 and the lightness value of ebe20e is 0.49.

The process color (four color CMYK) of #ebe20e color hex is 0.00, 0.04, 0.94, 0.08. Web safe color of #ebe20e is #ffcc00. Color #ebe20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 00001110
Octal 353 342 16
Decimal 235 226 14
Hex EB E2 E

RGB Percentages of Color #ebe20e

%49.47
%47.58
%2.95

CMYK Percentages of Color #ebe20e

%0
%4
%94
%8

Triadic Colors of #ebe20e

#ebe20e #0eebe2 #e20eeb

Analogous Colors of #ebe20e

#ebe20e #86eb0e #eb740e

Monochromatic Colors of #ebe20e

#ebe20e

Complementary Color

#ebe20e #0e17eb

#ebe20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe20e Color CSS Codes

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

#ebe20e Text Font Color

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

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


#ebe20e Background Color

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

This div background color is #ebe20e


#ebe20e Border Color

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

This div border color is #ebe20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe20e


Comments

No comments written yet.

Please login to write comment.