Color Hex Logo

#ebff0f Color Hex

#EBFF0F
(235,255,15)
0 Favorites   0 Comments

Color spaces of #ebff0f

RGB 23525515
HSL0.181.000.53
HSV65°94°100°
CMYK 0.080.000.94   0.00
XYZ70.107289.216713.9774
Yxy89.21670.40450.5148
Hunter Lab94.4546-32.807257.3445
CIE-Lab95.6709-29.576391.6451

#ebff0f color RGB value is (235,255,15).

#ebff0f hex color red value is 235, green value is 255 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ebff0f hue: 0.18 , saturation: 1.00 and the lightness value of ebff0f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 00001111
Octal 353 377 17
Decimal 235 255 15
Hex EB FF F

RGB Percentages of Color #ebff0f

%46.53
%50.50
%2.97

CMYK Percentages of Color #ebff0f

%8
%0
%94
%0

Triadic Colors of #ebff0f

#ebff0f #0febff #ff0feb

Analogous Colors of #ebff0f

#ebff0f #73ff0f #ff9b0f

Monochromatic Colors of #ebff0f

#ebff0f

Complementary Color

#ebff0f #230fff

#ebff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebff0f Color CSS Codes

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

#ebff0f Text Font Color

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

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


#ebff0f Background Color

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

This div background color is #ebff0f


#ebff0f Border Color

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

This div border color is #ebff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebff0f

Related Colors


Comments

No comments written yet.

Please login to write comment.