Color Hex Logo

#ebf91f Color Hex

#EBF91F
(235,249,31)
0 Favorites   0 Comments

Color spaces of #ebf91f

RGB 23524931
HSL0.180.950.55
HSV64°88°98°
CMYK 0.060.000.88   0.02
XYZ68.384085.512514.1977
Yxy85.51250.40680.5087
Hunter Lab92.4730-29.826555.6281
CIE-Lab94.1035-26.552588.4154

#ebf91f color RGB value is (235,249,31).

#ebf91f hex color red value is 235, green value is 249 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ebf91f hue: 0.18 , saturation: 0.95 and the lightness value of ebf91f is 0.55.

The process color (four color CMYK) of #ebf91f color hex is 0.06, 0.00, 0.88, 0.02. Web safe color of #ebf91f is #ffff33. Color #ebf91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 00011111
Octal 353 371 37
Decimal 235 249 31
Hex EB F9 1F

RGB Percentages of Color #ebf91f

%45.63
%48.35
%6.02

CMYK Percentages of Color #ebf91f

%6
%0
%88
%2

Triadic Colors of #ebf91f

#ebf91f #1febf9 #f91feb

Analogous Colors of #ebf91f

#ebf91f #7ef91f #f99a1f

Monochromatic Colors of #ebf91f

#ebf91f

Complementary Color

#ebf91f #2d1ff9

#ebf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf91f Color CSS Codes

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

#ebf91f Text Font Color

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

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


#ebf91f Background Color

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

This div background color is #ebf91f


#ebf91f Border Color

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

This div border color is #ebf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf91f


Comments

No comments written yet.

Please login to write comment.