Color Hex Logo

#ebfb80 Color Hex

#EBFB80
(235,251,128)
0 Favorites   0 Comments

Color spaces of #ebfb80

RGB 235251128
HSL0.190.940.74
HSV68°49°98°
CMYK 0.060.000.49   0.02
XYZ72.654488.215033.6200
Yxy88.21500.37360.4536
Hunter Lab93.9228-26.285644.5229
CIE-Lab95.2514-22.361856.6338

#ebfb80 color RGB value is (235,251,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 10000000
Octal 353 373 200
Decimal 235 251 128
Hex EB FB 80

RGB Percentages of Color #ebfb80

%38.27
%40.88
%20.85

CMYK Percentages of Color #ebfb80

%6
%0
%49
%2

Triadic Colors of #ebfb80

#ebfb80 #80ebfb #fb80eb

Analogous Colors of #ebfb80

#ebfb80 #aefb80 #fbce80

Monochromatic Colors of #ebfb80

#ebfb80

Complementary Color

#ebfb80 #9080fb

#ebfb80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfb80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfb80 Color CSS Codes

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

#ebfb80 Text Font Color

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

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


#ebfb80 Background Color

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

This div background color is #ebfb80


#ebfb80 Border Color

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

This div border color is #ebfb80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfb80

Related Colors


Comments

No comments written yet.

Please login to write comment.