Color Hex Logo

#ebfe9b Color Hex

#EBFE9B
(235,254,155)
0 Favorites   0 Comments

Color spaces of #ebfe9b

RGB 235254155
HSL0.200.980.80
HSV72°39°100°
CMYK 0.070.000.39   0.00
XYZ75.619290.912344.5726
Yxy90.91230.35820.4307
Hunter Lab95.3479-25.292939.0271
CIE-Lab96.3739-21.064445.2460

#ebfe9b color RGB value is (235,254,155).

#ebfe9b hex color red value is 235, green value is 254 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ebfe9b hue: 0.20 , saturation: 0.98 and the lightness value of ebfe9b is 0.80.

The process color (four color CMYK) of #ebfe9b color hex is 0.07, 0.00, 0.39, 0.00. Web safe color of #ebfe9b is #ffff99. Color #ebfe9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10011011
Octal 353 376 233
Decimal 235 254 155
Hex EB FE 9B

RGB Percentages of Color #ebfe9b

%36.49
%39.44
%24.07

CMYK Percentages of Color #ebfe9b

%7
%0
%39
%0

Triadic Colors of #ebfe9b

#ebfe9b #9bebfe #fe9beb

Analogous Colors of #ebfe9b

#ebfe9b #bafe9b #fee09b

Monochromatic Colors of #ebfe9b

#ebfe9b

Complementary Color

#ebfe9b #ae9bfe

#ebfe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfe9b Color CSS Codes

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

#ebfe9b Text Font Color

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

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


#ebfe9b Background Color

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

This div background color is #ebfe9b


#ebfe9b Border Color

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

This div border color is #ebfe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfe9b

Related Colors


Comments

No comments written yet.

Please login to write comment.