Color Hex Logo

#ebba58 Color Hex

#EBBA58
(235,186,88)
0 Favorites   0 Comments

Color spaces of #ebba58

RGB 23518688
HSL0.110.790.63
HSV40°63°92°
CMYK 0.000.210.63   0.08
XYZ53.581353.484616.7320
Yxy53.48460.43280.4320
Hunter Lab73.13322.795737.6284
CIE-Lab78.16027.179655.2198

#ebba58 color RGB value is (235,186,88).

#ebba58 hex color red value is 235, green value is 186 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ebba58 hue: 0.11 , saturation: 0.79 and the lightness value of ebba58 is 0.63.

The process color (four color CMYK) of #ebba58 color hex is 0.00, 0.21, 0.63, 0.08. Web safe color of #ebba58 is #ffcc66. Color #ebba58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 01011000
Octal 353 272 130
Decimal 235 186 88
Hex EB BA 58

RGB Percentages of Color #ebba58

%46.17
%36.54
%17.29

CMYK Percentages of Color #ebba58

%0
%21
%63
%8

Triadic Colors of #ebba58

#ebba58 #58ebba #ba58eb

Analogous Colors of #ebba58

#ebba58 #d3eb58 #eb7158

Monochromatic Colors of #ebba58

#ebba58

Complementary Color

#ebba58 #5889eb

#ebba58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba58 Color CSS Codes

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

#ebba58 Text Font Color

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

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


#ebba58 Background Color

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

This div background color is #ebba58


#ebba58 Border Color

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

This div border color is #ebba58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba58


Comments

No comments written yet.

Please login to write comment.