Color Hex Logo

#ebae59 Color Hex

#EBAE59
(235,174,89)
0 Favorites   0 Comments

Color spaces of #ebae59

RGB 23517489
HSL0.100.780.64
HSV35°62°92°
CMYK 0.000.260.62   0.08
XYZ51.200248.655516.1441
Yxy48.65550.44140.4194
Hunter Lab69.75358.953335.1051
CIE-Lab75.236513.570651.4485

#ebae59 color RGB value is (235,174,89).

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

The process color (four color CMYK) of #ebae59 color hex is 0.00, 0.26, 0.62, 0.08. Web safe color of #ebae59 is #ff9966. Color #ebae59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 01011001
Octal 353 256 131
Decimal 235 174 89
Hex EB AE 59

RGB Percentages of Color #ebae59

%47.19
%34.94
%17.87

CMYK Percentages of Color #ebae59

%0
%26
%62
%8

Triadic Colors of #ebae59

#ebae59 #59ebae #ae59eb

Analogous Colors of #ebae59

#ebae59 #dfeb59 #eb6559

Monochromatic Colors of #ebae59

#ebae59

Complementary Color

#ebae59 #5996eb

#ebae59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae59 Color CSS Codes

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

#ebae59 Text Font Color

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

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


#ebae59 Background Color

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

This div background color is #ebae59


#ebae59 Border Color

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

This div border color is #ebae59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae59


Comments

No comments written yet.

Please login to write comment.