Color Hex Logo

#ebed9b Color Hex

#EBED9B
(235,237,155)
0 Favorites   0 Comments

Color spaces of #ebed9b

RGB 235237155
HSL0.170.690.77
HSV61°35°93°
CMYK 0.010.000.35   0.07
XYZ70.461580.597142.8534
Yxy80.59710.36340.4156
Hunter Lab89.7759-17.010334.5418
CIE-Lab91.9521-12.787339.5566

#ebed9b color RGB value is (235,237,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10011011
Octal 353 355 233
Decimal 235 237 155
Hex EB ED 9B

RGB Percentages of Color #ebed9b

%37.48
%37.80
%24.72

CMYK Percentages of Color #ebed9b

%1
%0
%35
%7

Triadic Colors of #ebed9b

#ebed9b #9bebed #ed9beb

Analogous Colors of #ebed9b

#ebed9b #c2ed9b #edc69b

Monochromatic Colors of #ebed9b

#ebed9b

Complementary Color

#ebed9b #9d9bed

#ebed9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed9b Color CSS Codes

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

#ebed9b Text Font Color

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

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


#ebed9b Background Color

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

This div background color is #ebed9b


#ebed9b Border Color

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

This div border color is #ebed9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed9b


Comments

No comments written yet.

Please login to write comment.