Color Hex Logo

#ebf10e Color Hex

#EBF10E
(235,241,14)
0 Favorites   0 Comments

Color spaces of #ebf10e

RGB 23524114
HSL0.170.890.50
HSV62°94°95°
CMYK 0.020.000.94   0.05
XYZ65.795580.604512.5059
Yxy80.60450.41410.5072
Hunter Lab89.7800-26.300954.5872
CIE-Lab91.9554-23.019388.9117

#ebf10e color RGB value is (235,241,14).

#ebf10e hex color red value is 235, green value is 241 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebf10e hue: 0.17 , saturation: 0.89 and the lightness value of ebf10e is 0.50.

The process color (four color CMYK) of #ebf10e color hex is 0.02, 0.00, 0.94, 0.05. Web safe color of #ebf10e is #ffff00. Color #ebf10e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 00001110
Octal 353 361 16
Decimal 235 241 14
Hex EB F1 E

RGB Percentages of Color #ebf10e

%47.96
%49.18
%2.86

CMYK Percentages of Color #ebf10e

%2
%0
%94
%5

Triadic Colors of #ebf10e

#ebf10e #0eebf1 #f10eeb

Analogous Colors of #ebf10e

#ebf10e #7af10e #f1860e

Monochromatic Colors of #ebf10e

#ebf10e

Complementary Color

#ebf10e #140ef1

#ebf10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf10e Color CSS Codes

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

#ebf10e Text Font Color

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

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


#ebf10e Background Color

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

This div background color is #ebf10e


#ebf10e Border Color

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

This div border color is #ebf10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf10e


Comments

No comments written yet.

Please login to write comment.