Color Hex Logo

#ebe259 Color Hex

#EBE259
(235,226,89)
0 Favorites   0 Comments

Color spaces of #ebe259

RGB 23522689
HSL0.160.780.64
HSV56°62°92°
CMYK 0.000.040.62   0.08
XYZ63.260572.776120.1642
Yxy72.77610.40500.4659
Hunter Lab85.3089-16.924645.7020
CIE-Lab88.3408-13.194265.8983

#ebe259 color RGB value is (235,226,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 01011001
Octal 353 342 131
Decimal 235 226 89
Hex EB E2 59

RGB Percentages of Color #ebe259

%42.73
%41.09
%16.18

CMYK Percentages of Color #ebe259

%0
%4
%62
%8

Triadic Colors of #ebe259

#ebe259 #59ebe2 #e259eb

Analogous Colors of #ebe259

#ebe259 #abeb59 #eb9959

Monochromatic Colors of #ebe259

#ebe259

Complementary Color

#ebe259 #5962eb

#ebe259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe259 Color CSS Codes

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

#ebe259 Text Font Color

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

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


#ebe259 Background Color

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

This div background color is #ebe259


#ebe259 Border Color

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

This div border color is #ebe259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,226,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 #ebe259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe259


Comments

No comments written yet.

Please login to write comment.