Color Hex Logo

#ebf16f Color Hex

#EBF16F
(235,241,111)
0 Favorites   0 Comments

Color spaces of #ebf16f

RGB 235241111
HSL0.170.820.69
HSV63°54°95°
CMYK 0.020.000.54   0.05
XYZ68.585581.720527.1977
Yxy81.72050.38640.4604
Hunter Lab90.3994-22.772045.4415
CIE-Lab92.4514-18.991561.0286

#ebf16f color RGB value is (235,241,111).

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

The process color (four color CMYK) of #ebf16f color hex is 0.02, 0.00, 0.54, 0.05. Web safe color of #ebf16f is #ffff66. Color #ebf16f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110001 01101111
Octal 353 361 157
Decimal 235 241 111
Hex EB F1 6F

RGB Percentages of Color #ebf16f

%40.03
%41.06
%18.91

CMYK Percentages of Color #ebf16f

%2
%0
%54
%5

Triadic Colors of #ebf16f

#ebf16f #6febf1 #f16feb

Analogous Colors of #ebf16f

#ebf16f #aaf16f #f1b66f

Monochromatic Colors of #ebf16f

#ebf16f

Complementary Color

#ebf16f #756ff1

#ebf16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf16f Color CSS Codes

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

#ebf16f Text Font Color

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

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


#ebf16f Background Color

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

This div background color is #ebf16f


#ebf16f Border Color

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

This div border color is #ebf16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf16f


Comments

No comments written yet.

Please login to write comment.