Color Hex Logo

#ebf41a Color Hex

#EBF41A
(235,244,26)
0 Favorites   0 Comments

Color spaces of #ebf41a

RGB 23524426
HSL0.170.910.53
HSV62°89°96°
CMYK 0.040.000.89   0.04
XYZ66.798182.438113.3688
Yxy82.43810.41080.5070
Hunter Lab90.7954-27.569754.8269
CIE-Lab92.7679-24.286088.1260

#ebf41a color RGB value is (235,244,26).

#ebf41a hex color red value is 235, green value is 244 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ebf41a hue: 0.17 , saturation: 0.91 and the lightness value of ebf41a is 0.53.

The process color (four color CMYK) of #ebf41a color hex is 0.04, 0.00, 0.89, 0.04. Web safe color of #ebf41a is #ffff33. Color #ebf41a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110100 00011010
Octal 353 364 32
Decimal 235 244 26
Hex EB F4 1A

RGB Percentages of Color #ebf41a

%46.53
%48.32
%5.15

CMYK Percentages of Color #ebf41a

%4
%0
%89
%4

Triadic Colors of #ebf41a

#ebf41a #1aebf4 #f41aeb

Analogous Colors of #ebf41a

#ebf41a #7ef41a #f4901a

Monochromatic Colors of #ebf41a

#ebf41a

Complementary Color

#ebf41a #231af4

#ebf41a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf41a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf41a Color CSS Codes

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

#ebf41a Text Font Color

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

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


#ebf41a Background Color

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

This div background color is #ebf41a


#ebf41a Border Color

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

This div border color is #ebf41a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf41a


Comments

No comments written yet.

Please login to write comment.