Color Hex Logo

#ebe81e Color Hex

#EBE81E
(235,232,30)
0 Favorites   0 Comments

Color spaces of #ebe81e

RGB 23523230
HSL0.160.840.52
HSV59°87°92°
CMYK 0.000.010.87   0.08
XYZ63.351975.469112.4563
Yxy75.46910.41880.4989
Hunter Lab86.8730-21.857052.3098
CIE-Lab89.6123-18.464485.0005

#ebe81e color RGB value is (235,232,30).

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

The process color (four color CMYK) of #ebe81e color hex is 0.00, 0.01, 0.87, 0.08. Web safe color of #ebe81e is #ffff33. Color #ebe81e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 00011110
Octal 353 350 36
Decimal 235 232 30
Hex EB E8 1E

RGB Percentages of Color #ebe81e

%47.28
%46.68
%6.04

CMYK Percentages of Color #ebe81e

%0
%1
%87
%8

Triadic Colors of #ebe81e

#ebe81e #1eebe8 #e81eeb

Analogous Colors of #ebe81e

#ebe81e #88eb1e #eb821e

Monochromatic Colors of #ebe81e

#ebe81e

Complementary Color

#ebe81e #1e21eb

#ebe81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe81e Color CSS Codes

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

#ebe81e Text Font Color

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

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


#ebe81e Background Color

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

This div background color is #ebe81e


#ebe81e Border Color

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

This div border color is #ebe81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe81e


Comments

No comments written yet.

Please login to write comment.