Color Hex Logo

#ebf12e Color Hex

#EBF12E
(235,241,46)
0 Favorites   0 Comments

Color spaces of #ebf12e

RGB 23524146
HSL0.170.870.56
HSV62°81°95°
CMYK 0.020.000.81   0.05
XYZ66.209480.770014.6853
Yxy80.77000.40950.4996
Hunter Lab89.8721-25.774153.2224
CIE-Lab92.0292-22.412083.6911

#ebf12e color RGB value is (235,241,46).

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

The process color (four color CMYK) of #ebf12e color hex is 0.02, 0.00, 0.81, 0.05. Web safe color of #ebf12e is #ffff33. Color #ebf12e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 00101110
Octal 353 361 56
Decimal 235 241 46
Hex EB F1 2E

RGB Percentages of Color #ebf12e

%45.02
%46.17
%8.81

CMYK Percentages of Color #ebf12e

%2
%0
%81
%5

Triadic Colors of #ebf12e

#ebf12e #2eebf1 #f12eeb

Analogous Colors of #ebf12e

#ebf12e #8af12e #f1962e

Monochromatic Colors of #ebf12e

#ebf12e

Complementary Color

#ebf12e #342ef1

#ebf12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf12e Color CSS Codes

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

#ebf12e Text Font Color

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

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


#ebf12e Background Color

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

This div background color is #ebf12e


#ebf12e Border Color

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

This div border color is #ebf12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf12e


Comments

No comments written yet.

Please login to write comment.