Color Hex Logo

#ebe62e Color Hex

#EBE62E
(235,230,46)
0 Favorites   0 Comments

Color spaces of #ebe62e

RGB 23523046
HSL0.160.830.55
HSV58°80°92°
CMYK 0.000.020.80   0.08
XYZ63.050974.453113.6325
Yxy74.45310.41720.4926
Hunter Lab86.2862-20.567751.0330
CIE-Lab89.1362-17.105281.2151

#ebe62e color RGB value is (235,230,46).

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

The process color (four color CMYK) of #ebe62e color hex is 0.00, 0.02, 0.80, 0.08. Web safe color of #ebe62e is #ffff33. Color #ebe62e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 00101110
Octal 353 346 56
Decimal 235 230 46
Hex EB E6 2E

RGB Percentages of Color #ebe62e

%45.99
%45.01
%9.00

CMYK Percentages of Color #ebe62e

%0
%2
%80
%8

Triadic Colors of #ebe62e

#ebe62e #2eebe6 #e62eeb

Analogous Colors of #ebe62e

#ebe62e #92eb2e #eb882e

Monochromatic Colors of #ebe62e

#ebe62e

Complementary Color

#ebe62e #2e33eb

#ebe62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe62e Color CSS Codes

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

#ebe62e Text Font Color

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

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


#ebe62e Background Color

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

This div background color is #ebe62e


#ebe62e Border Color

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

This div border color is #ebe62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe62e


Comments

No comments written yet.

Please login to write comment.