Color Hex Logo

#ebec10 Color Hex

#EBEC10
(235,236,16)
0 Favorites   0 Comments

Color spaces of #ebec10

RGB 23523616
HSL0.170.870.49
HSV60°93°93°
CMYK 0.000.000.93   0.07
XYZ64.349977.690512.0944
Yxy77.69050.41750.5040
Hunter Lab88.1422-23.931653.5641
CIE-Lab90.6385-20.606287.7193

#ebec10 color RGB value is (235,236,16).

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

The process color (four color CMYK) of #ebec10 color hex is 0.00, 0.00, 0.93, 0.07. Web safe color of #ebec10 is #ffff00. Color #ebec10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 00010000
Octal 353 354 20
Decimal 235 236 16
Hex EB EC 10

RGB Percentages of Color #ebec10

%48.25
%48.46
%3.29

CMYK Percentages of Color #ebec10

%0
%0
%93
%7

Triadic Colors of #ebec10

#ebec10 #10ebec #ec10eb

Analogous Colors of #ebec10

#ebec10 #7dec10 #ec7f10

Monochromatic Colors of #ebec10

#ebec10

Complementary Color

#ebec10 #1110ec

#ebec10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec10 Color CSS Codes

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

#ebec10 Text Font Color

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

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


#ebec10 Background Color

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

This div background color is #ebec10


#ebec10 Border Color

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

This div border color is #ebec10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec10


Comments

No comments written yet.

Please login to write comment.