Color Hex Logo

#ebff2a Color Hex

#EBFF2A
(235,255,42)
0 Favorites   0 Comments

Color spaces of #ebff2a

RGB 23525542
HSL0.181.000.58
HSV66°84°100°
CMYK 0.080.000.84   0.00
XYZ70.438989.349315.7241
Yxy89.34930.40130.5091
Hunter Lab94.5248-32.401956.3045
CIE-Lab95.7262-29.103387.7017

#ebff2a color RGB value is (235,255,42).

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

The process color (four color CMYK) of #ebff2a color hex is 0.08, 0.00, 0.84, 0.00. Web safe color of #ebff2a is #ffff33. Color #ebff2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 00101010
Octal 353 377 52
Decimal 235 255 42
Hex EB FF 2A

RGB Percentages of Color #ebff2a

%44.17
%47.93
%7.89

CMYK Percentages of Color #ebff2a

%8
%0
%84
%0

Triadic Colors of #ebff2a

#ebff2a #2aebff #ff2aeb

Analogous Colors of #ebff2a

#ebff2a #81ff2a #ffa92a

Monochromatic Colors of #ebff2a

#ebff2a

Complementary Color

#ebff2a #3e2aff

#ebff2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebff2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebff2a Color CSS Codes

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

#ebff2a Text Font Color

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

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


#ebff2a Background Color

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

This div background color is #ebff2a


#ebff2a Border Color

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

This div border color is #ebff2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebff2a


Comments

No comments written yet.

Please login to write comment.