color codes Logo

#ebf11a color codes

#EBF11A
(235,241,26)
0 Favorites   0 Comments

Color spaces of #ebf11a

RGB 23524126
HSL0.170.880.52
HSV62°89°95°
CMYK 0.020.000.89   0.05
XYZ65.902780.647313.0703
Yxy80.64730.41290.5052
Hunter Lab89.8038-26.164254.2335
CIE-Lab91.9745-22.861687.5036

#ebf11a color RGB value is (235,241,26).

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

The process color (four color CMYK) of #ebf11a color code is 0.02, 0.00, 0.89, 0.05. Web safe color of #ebf11a is #ffff33. Color #ebf11a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 00011010
Octal 353 361 32
Decimal 235 241 26
Hex EB F1 1A

RGB Percentages of Color #ebf11a

%46.81
%48.01
%5.18

CMYK Percentages of Color #ebf11a

%2
%0
%89
%5

Triadic Colors of #ebf11a

#ebf11a #1aebf1 #f11aeb

Analogous Colors of #ebf11a

#ebf11a #80f11a #f18c1a

Monochromatic Colors of #ebf11a

#ebf11a

Complementary Color

#ebf11a #201af1

#ebf11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf11a Color CSS Codes

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

#ebf11a Text Font Color

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

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


#ebf11a Background Color

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

This div background color is #ebf11a


#ebf11a Border Color

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

This div border color is #ebf11a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,241,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 #ebf11a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf11a


Comments

No comments written yet.

Please login to write comment.