Color Hex Logo

#ebf06f Color Hex

#EBF06F
(235,240,111)
0 Favorites   0 Comments

Color spaces of #ebf06f

RGB 235240111
HSL0.170.810.69
HSV62°54°94°
CMYK 0.020.000.54   0.06
XYZ68.290381.130027.0993
Yxy81.13000.38690.4596
Hunter Lab90.0722-22.292545.2124
CIE-Lab92.1895-18.507260.7292

#ebf06f color RGB value is (235,240,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 01101111
Octal 353 360 157
Decimal 235 240 111
Hex EB F0 6F

RGB Percentages of Color #ebf06f

%40.10
%40.96
%18.94

CMYK Percentages of Color #ebf06f

%2
%0
%54
%6

Triadic Colors of #ebf06f

#ebf06f #6febf0 #f06feb

Analogous Colors of #ebf06f

#ebf06f #abf06f #f0b56f

Monochromatic Colors of #ebf06f

#ebf06f

Complementary Color

#ebf06f #746ff0

#ebf06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf06f Color CSS Codes

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

#ebf06f Text Font Color

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

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


#ebf06f Background Color

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

This div background color is #ebf06f


#ebf06f Border Color

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

This div border color is #ebf06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf06f


Comments

No comments written yet.

Please login to write comment.