Color Hex Logo

#ebedaa Color Hex

#EBEDAA
(235,237,170)
0 Favorites   0 Comments

Color spaces of #ebedaa

RGB 235237170
HSL0.170.650.80
HSV62°28°93°
CMYK 0.010.000.28   0.07
XYZ71.800881.132849.9061
Yxy81.13280.35400.4000
Hunter Lab90.0737-15.340730.2015
CIE-Lab92.1908-10.966832.3322

#ebedaa color RGB value is (235,237,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10101010
Octal 353 355 252
Decimal 235 237 170
Hex EB ED AA

RGB Percentages of Color #ebedaa

%36.60
%36.92
%26.48

CMYK Percentages of Color #ebedaa

%1
%0
%28
%7

Triadic Colors of #ebedaa

#ebedaa #aaebed #edaaeb

Analogous Colors of #ebedaa

#ebedaa #caedaa #edceaa

Monochromatic Colors of #ebedaa

#ebedaa

Complementary Color

#ebedaa #acaaed

#ebedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedaa Color CSS Codes

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

#ebedaa Text Font Color

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

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


#ebedaa Background Color

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

This div background color is #ebedaa


#ebedaa Border Color

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

This div border color is #ebedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedaa


Comments

No comments written yet.

Please login to write comment.