Color Hex Logo

#ebe110 Color Hex

#EBE110
(235,225,16)
0 Favorites   0 Comments

Color spaces of #ebe110

RGB 23522516
HSL0.160.870.49
HSV57°93°92°
CMYK 0.000.040.93   0.08
XYZ61.279771.550011.0710
Yxy71.55000.42580.4972
Hunter Lab84.5872-18.712351.4510
CIE-Lab87.7515-15.258985.5338

#ebe110 color RGB value is (235,225,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 00010000
Octal 353 341 20
Decimal 235 225 16
Hex EB E1 10

RGB Percentages of Color #ebe110

%49.37
%47.27
%3.36

CMYK Percentages of Color #ebe110

%0
%4
%93
%8

Triadic Colors of #ebe110

#ebe110 #10ebe1 #e110eb

Analogous Colors of #ebe110

#ebe110 #88eb10 #eb7410

Monochromatic Colors of #ebe110

#ebe110

Complementary Color

#ebe110 #101aeb

#ebe110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe110 Color CSS Codes

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

#ebe110 Text Font Color

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

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


#ebe110 Background Color

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

This div background color is #ebe110


#ebe110 Border Color

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

This div border color is #ebe110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe110


Comments

No comments written yet.

Please login to write comment.