Color Hex Logo

#ebef9b Color Hex

#EBEF9B
(235,239,155)
0 Favorites   0 Comments

Color spaces of #ebef9b

RGB 235239155
HSL0.170.720.77
HSV63°35°94°
CMYK 0.020.000.35   0.06
XYZ71.043881.761743.0475
Yxy81.76170.36270.4175
Hunter Lab90.4222-17.993135.0692
CIE-Lab92.4696-13.774640.2278

#ebef9b color RGB value is (235,239,155).

#ebef9b hex color red value is 235, green value is 239 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ebef9b hue: 0.17 , saturation: 0.72 and the lightness value of ebef9b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101111 10011011
Octal 353 357 233
Decimal 235 239 155
Hex EB EF 9B

RGB Percentages of Color #ebef9b

%37.36
%38.00
%24.64

CMYK Percentages of Color #ebef9b

%2
%0
%35
%6

Triadic Colors of #ebef9b

#ebef9b #9bebef #ef9beb

Analogous Colors of #ebef9b

#ebef9b #c1ef9b #efc99b

Monochromatic Colors of #ebef9b

#ebef9b

Complementary Color

#ebef9b #9f9bef

#ebef9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebef9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebef9b Color CSS Codes

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

#ebef9b Text Font Color

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

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


#ebef9b Background Color

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

This div background color is #ebef9b


#ebef9b Border Color

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

This div border color is #ebef9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebef9b


Comments

No comments written yet.

Please login to write comment.