Color Hex Logo

#ebeecd Color Hex

#EBEECD
(235,238,205)
0 Favorites   0 Comments

Color spaces of #ebeecd

RGB 235238205
HSL0.180.490.87
HSV65°14°93°
CMYK 0.010.000.14   0.07
XYZ75.854983.219069.8225
Yxy83.21900.33140.3636
Hunter Lab91.2244-11.216618.4770
CIE-Lab93.1102-6.515915.6531

#ebeecd color RGB value is (235,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11001101
Octal 353 356 315
Decimal 235 238 205
Hex EB EE CD

RGB Percentages of Color #ebeecd

%34.66
%35.10
%30.24

CMYK Percentages of Color #ebeecd

%1
%0
%14
%7

Triadic Colors of #ebeecd

#ebeecd #cdebee #eecdeb

Analogous Colors of #ebeecd

#ebeecd #dbeecd #eee1cd

Monochromatic Colors of #ebeecd

#ebeecd

Complementary Color

#ebeecd #d0cdee

#ebeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeecd Color CSS Codes

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

#ebeecd Text Font Color

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

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


#ebeecd Background Color

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

This div background color is #ebeecd


#ebeecd Border Color

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

This div border color is #ebeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeecd


Comments

No comments written yet.

Please login to write comment.