Color Hex Logo

#ebecd8 Color Hex

#EBECD8
(235,236,216)
0 Favorites   0 Comments

Color spaces of #ebecd8

RGB 235236216
HSL0.180.340.89
HSV63°93°
CMYK 0.000.000.08   0.07
XYZ76.651182.610976.8713
Yxy82.61090.32460.3498
Hunter Lab90.8905-8.523313.4785
CIE-Lab92.8438-3.75059.5751

#ebecd8 color RGB value is (235,236,216).

#ebecd8 hex color red value is 235, green value is 236 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ebecd8 hue: 0.18 , saturation: 0.34 and the lightness value of ebecd8 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 11011000
Octal 353 354 330
Decimal 235 236 216
Hex EB EC D8

RGB Percentages of Color #ebecd8

%34.21
%34.35
%31.44

CMYK Percentages of Color #ebecd8

%0
%0
%8
%7

Triadic Colors of #ebecd8

#ebecd8 #d8ebec #ecd8eb

Analogous Colors of #ebecd8

#ebecd8 #e1ecd8 #ece3d8

Monochromatic Colors of #ebecd8

#ebecd8

Complementary Color

#ebecd8 #d9d8ec

#ebecd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebecd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebecd8 Color CSS Codes

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

#ebecd8 Text Font Color

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

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


#ebecd8 Background Color

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

This div background color is #ebecd8


#ebecd8 Border Color

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

This div border color is #ebecd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebecd8


Comments

No comments written yet.

Please login to write comment.