Color Hex Logo

#ebedd0 Color Hex

#EBEDD0
(235,237,208)
0 Favorites   0 Comments

Color spaces of #ebedd0

RGB 235237208
HSL0.180.450.87
HSV64°12°93°
CMYK 0.010.000.12   0.07
XYZ75.930382.784671.6516
Yxy82.78460.32960.3594
Hunter Lab90.9860-10.262516.9993
CIE-Lab92.9201-5.542513.8322

#ebedd0 color RGB value is (235,237,208).

#ebedd0 hex color red value is 235, green value is 237 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ebedd0 hue: 0.18 , saturation: 0.45 and the lightness value of ebedd0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11010000
Octal 353 355 320
Decimal 235 237 208
Hex EB ED D0

RGB Percentages of Color #ebedd0

%34.56
%34.85
%30.59

CMYK Percentages of Color #ebedd0

%1
%0
%12
%7

Triadic Colors of #ebedd0

#ebedd0 #d0ebed #edd0eb

Analogous Colors of #ebedd0

#ebedd0 #ddedd0 #ede1d0

Monochromatic Colors of #ebedd0

#ebedd0

Complementary Color

#ebedd0 #d2d0ed

#ebedd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedd0 Color CSS Codes

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

#ebedd0 Text Font Color

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

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


#ebedd0 Background Color

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

This div background color is #ebedd0


#ebedd0 Border Color

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

This div border color is #ebedd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedd0


Comments

No comments written yet.

Please login to write comment.