Color Hex Logo

#ebe157 Color Hex

#EBE157
(235,225,87)
0 Favorites   0 Comments

Color spaces of #ebe157

RGB 23522587
HSL0.160.790.63
HSV56°63°92°
CMYK 0.000.040.63   0.08
XYZ62.906572.200719.6374
Yxy72.20070.40650.4666
Hunter Lab84.9710-16.550545.7774
CIE-Lab88.0651-12.821666.4245

#ebe157 color RGB value is (235,225,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01010111
Octal 353 341 127
Decimal 235 225 87
Hex EB E1 57

RGB Percentages of Color #ebe157

%42.96
%41.13
%15.90

CMYK Percentages of Color #ebe157

%0
%4
%63
%8

Triadic Colors of #ebe157

#ebe157 #57ebe1 #e157eb

Analogous Colors of #ebe157

#ebe157 #abeb57 #eb9757

Monochromatic Colors of #ebe157

#ebe157

Complementary Color

#ebe157 #5761eb

#ebe157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe157 Color CSS Codes

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

#ebe157 Text Font Color

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

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


#ebe157 Background Color

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

This div background color is #ebe157


#ebe157 Border Color

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

This div border color is #ebe157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe157


Comments

No comments written yet.

Please login to write comment.