Color Hex Logo

#ebe516 Color Hex

#EBE516
(235,229,22)
0 Favorites   0 Comments

Color spaces of #ebe516

RGB 23522922
HSL0.160.840.50
HSV58°91°92°
CMYK 0.000.030.91   0.08
XYZ62.425173.758711.7058
Yxy73.75870.42210.4987
Hunter Lab85.8829-20.550052.0368
CIE-Lab88.8083-17.139485.6048

#ebe516 color RGB value is (235,229,22).

#ebe516 hex color red value is 235, green value is 229 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ebe516 hue: 0.16 , saturation: 0.84 and the lightness value of ebe516 is 0.50.

The process color (four color CMYK) of #ebe516 color hex is 0.00, 0.03, 0.91, 0.08. Web safe color of #ebe516 is #ffcc00. Color #ebe516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 00010110
Octal 353 345 26
Decimal 235 229 22
Hex EB E5 16

RGB Percentages of Color #ebe516

%48.35
%47.12
%4.53

CMYK Percentages of Color #ebe516

%0
%3
%91
%8

Triadic Colors of #ebe516

#ebe516 #16ebe5 #e516eb

Analogous Colors of #ebe516

#ebe516 #87eb16 #eb7b16

Monochromatic Colors of #ebe516

#ebe516

Complementary Color

#ebe516 #161ceb

#ebe516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe516 Color CSS Codes

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

#ebe516 Text Font Color

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

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


#ebe516 Background Color

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

This div background color is #ebe516


#ebe516 Border Color

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

This div border color is #ebe516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe516


Comments

No comments written yet.

Please login to write comment.