Color Hex Logo

#ebe111 Color Hex

#EBE111
(235,225,17)
0 Favorites   0 Comments

Color spaces of #ebe111

RGB 23522517
HSL0.160.870.49
HSV57°93°92°
CMYK 0.000.040.93   0.08
XYZ61.287371.553111.1112
Yxy71.55310.42570.4971
Hunter Lab84.5891-18.702351.4243
CIE-Lab87.7530-15.247585.4236

#ebe111 color RGB value is (235,225,17).

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

The process color (four color CMYK) of #ebe111 color hex is 0.00, 0.04, 0.93, 0.08. Web safe color of #ebe111 is #ffcc00. Color #ebe111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00010001
Octal 353 341 21
Decimal 235 225 17
Hex EB E1 11

RGB Percentages of Color #ebe111

%49.27
%47.17
%3.56

CMYK Percentages of Color #ebe111

%0
%4
%93
%8

Triadic Colors of #ebe111

#ebe111 #11ebe1 #e111eb

Analogous Colors of #ebe111

#ebe111 #88eb11 #eb7411

Monochromatic Colors of #ebe111

#ebe111

Complementary Color

#ebe111 #111beb

#ebe111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe111 Color CSS Codes

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

#ebe111 Text Font Color

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

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


#ebe111 Background Color

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

This div background color is #ebe111


#ebe111 Border Color

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

This div border color is #ebe111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe111


Comments

No comments written yet.

Please login to write comment.