Color Hex Logo

#ebeeda Color Hex

#EBEEDA
(235,238,218)
0 Favorites   0 Comments

Color spaces of #ebeeda

RGB 235238218
HSL0.190.370.89
HSV69°93°
CMYK 0.010.000.08   0.07
XYZ77.490483.873278.4346
Yxy83.87320.32310.3498
Hunter Lab91.5823-9.235113.3294
CIE-Lab93.3954-4.43559.3270

#ebeeda color RGB value is (235,238,218).

#ebeeda hex color red value is 235, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebeeda hue: 0.19 , saturation: 0.37 and the lightness value of ebeeda is 0.89.

The process color (four color CMYK) of #ebeeda color hex is 0.01, 0.00, 0.08, 0.07. Web safe color of #ebeeda is #ffffcc. Color #ebeeda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11011010
Octal 353 356 332
Decimal 235 238 218
Hex EB EE DA

RGB Percentages of Color #ebeeda

%34.01
%34.44
%31.55

CMYK Percentages of Color #ebeeda

%1
%0
%8
%7

Triadic Colors of #ebeeda

#ebeeda #daebee #eedaeb

Analogous Colors of #ebeeda

#ebeeda #e1eeda #eee7da

Monochromatic Colors of #ebeeda

#ebeeda

Complementary Color

#ebeeda #dddaee

#ebeeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeda Color CSS Codes

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

#ebeeda Text Font Color

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

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


#ebeeda Background Color

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

This div background color is #ebeeda


#ebeeda Border Color

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

This div border color is #ebeeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeda

#ebeeda Color Palettes


Comments

No comments written yet.

Please login to write comment.