Color Hex Logo

#ebfb85 Color Hex

#EBFB85
(235,251,133)
0 Favorites   0 Comments

Color spaces of #ebfb85

RGB 235251133
HSL0.190.940.75
HSV68°47°98°
CMYK 0.060.000.47   0.02
XYZ72.991888.350035.3965
Yxy88.35000.37100.4491
Hunter Lab93.9947-25.876143.4689
CIE-Lab95.3081-21.899754.3913

#ebfb85 color RGB value is (235,251,133).

#ebfb85 hex color red value is 235, green value is 251 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ebfb85 hue: 0.19 , saturation: 0.94 and the lightness value of ebfb85 is 0.75.

The process color (four color CMYK) of #ebfb85 color hex is 0.06, 0.00, 0.47, 0.02. Web safe color of #ebfb85 is #ffff99. Color #ebfb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10000101
Octal 353 373 205
Decimal 235 251 133
Hex EB FB 85

RGB Percentages of Color #ebfb85

%37.96
%40.55
%21.49

CMYK Percentages of Color #ebfb85

%6
%0
%47
%2

Triadic Colors of #ebfb85

#ebfb85 #85ebfb #fb85eb

Analogous Colors of #ebfb85

#ebfb85 #b0fb85 #fbd085

Monochromatic Colors of #ebfb85

#ebfb85

Complementary Color

#ebfb85 #9585fb

#ebfb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb85 Color CSS Codes

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

#ebfb85 Text Font Color

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

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


#ebfb85 Background Color

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

This div background color is #ebfb85


#ebfb85 Border Color

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

This div border color is #ebfb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb85


Comments

No comments written yet.

Please login to write comment.