Color Hex Logo

#ebee8d Color Hex

#EBEE8D
(235,238,141)
0 Favorites   0 Comments

Color spaces of #ebee8d

RGB 235238141
HSL0.170.740.74
HSV62°41°93°
CMYK 0.010.000.41   0.07
XYZ69.643280.734337.1120
Yxy80.73430.37150.4306
Hunter Lab89.8523-18.888738.4078
CIE-Lab92.0133-14.809846.5240

#ebee8d color RGB value is (235,238,141).

#ebee8d hex color red value is 235, green value is 238 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ebee8d hue: 0.17 , saturation: 0.74 and the lightness value of ebee8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10001101
Octal 353 356 215
Decimal 235 238 141
Hex EB EE 8D

RGB Percentages of Color #ebee8d

%38.27
%38.76
%22.96

CMYK Percentages of Color #ebee8d

%1
%0
%41
%7

Triadic Colors of #ebee8d

#ebee8d #8debee #ee8deb

Analogous Colors of #ebee8d

#ebee8d #bbee8d #eec18d

Monochromatic Colors of #ebee8d

#ebee8d

Complementary Color

#ebee8d #908dee

#ebee8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebee8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebee8d Color CSS Codes

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

#ebee8d Text Font Color

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

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


#ebee8d Background Color

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

This div background color is #ebee8d


#ebee8d Border Color

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

This div border color is #ebee8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebee8d


Comments

No comments written yet.

Please login to write comment.