Color Hex Logo

#ebeeaa Color Hex

#EBEEAA
(235,238,170)
0 Favorites   0 Comments

Color spaces of #ebeeaa

RGB 235238170
HSL0.170.670.80
HSV63°29°93°
CMYK 0.010.000.29   0.07
XYZ72.091281.713550.0029
Yxy81.71350.35370.4009
Hunter Lab90.3955-15.836930.4802
CIE-Lab92.4483-11.463632.6765

#ebeeaa color RGB value is (235,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10101010
Octal 353 356 252
Decimal 235 238 170
Hex EB EE AA

RGB Percentages of Color #ebeeaa

%36.55
%37.01
%26.44

CMYK Percentages of Color #ebeeaa

%1
%0
%29
%7

Triadic Colors of #ebeeaa

#ebeeaa #aaebee #eeaaeb

Analogous Colors of #ebeeaa

#ebeeaa #c9eeaa #eecfaa

Monochromatic Colors of #ebeeaa

#ebeeaa

Complementary Color

#ebeeaa #adaaee

#ebeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeaa Color CSS Codes

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

#ebeeaa Text Font Color

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

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


#ebeeaa Background Color

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

This div background color is #ebeeaa


#ebeeaa Border Color

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

This div border color is #ebeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeaa


Comments

No comments written yet.

Please login to write comment.