Color Hex Logo

#ebe510 Color Hex

#EBE510
(235,229,16)
0 Favorites   0 Comments

Color spaces of #ebe510

RGB 23522916
HSL0.160.870.49
HSV58°93°92°
CMYK 0.000.030.93   0.08
XYZ62.373873.738211.4357
Yxy73.73820.42270.4998
Hunter Lab85.8709-20.617752.2138
CIE-Lab88.7986-17.216686.3252

#ebe510 color RGB value is (235,229,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 00010000
Octal 353 345 20
Decimal 235 229 16
Hex EB E5 10

RGB Percentages of Color #ebe510

%48.96
%47.71
%3.33

CMYK Percentages of Color #ebe510

%0
%3
%93
%8

Triadic Colors of #ebe510

#ebe510 #10ebe5 #e510eb

Analogous Colors of #ebe510

#ebe510 #84eb10 #eb7810

Monochromatic Colors of #ebe510

#ebe510

Complementary Color

#ebe510 #1016eb

#ebe510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe510 Color CSS Codes

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

#ebe510 Text Font Color

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

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


#ebe510 Background Color

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

This div background color is #ebe510


#ebe510 Border Color

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

This div border color is #ebe510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe510


Comments

No comments written yet.

Please login to write comment.