Color Hex Logo

#ebe159 Color Hex

#EBE159
(235,225,89)
0 Favorites   0 Comments

Color spaces of #ebe159

RGB 23522589
HSL0.160.780.64
HSV56°62°92°
CMYK 0.000.040.62   0.08
XYZ62.989372.233920.0738
Yxy72.23390.40560.4651
Hunter Lab84.9905-16.441245.4897
CIE-Lab88.0811-12.699265.6210

#ebe159 color RGB value is (235,225,89).

#ebe159 hex color red value is 235, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ebe159 hue: 0.16 , saturation: 0.78 and the lightness value of ebe159 is 0.64.

The process color (four color CMYK) of #ebe159 color hex is 0.00, 0.04, 0.62, 0.08. Web safe color of #ebe159 is #ffcc66. Color #ebe159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01011001
Octal 353 341 131
Decimal 235 225 89
Hex EB E1 59

RGB Percentages of Color #ebe159

%42.81
%40.98
%16.21

CMYK Percentages of Color #ebe159

%0
%4
%62
%8

Triadic Colors of #ebe159

#ebe159 #59ebe1 #e159eb

Analogous Colors of #ebe159

#ebe159 #aceb59 #eb9859

Monochromatic Colors of #ebe159

#ebe159

Complementary Color

#ebe159 #5963eb

#ebe159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe159 Color CSS Codes

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

#ebe159 Text Font Color

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

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


#ebe159 Background Color

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

This div background color is #ebe159


#ebe159 Border Color

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

This div border color is #ebe159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe159


Comments

No comments written yet.

Please login to write comment.