Color Hex Logo

#ebedcb Color Hex

#EBEDCB
(235,237,203)
0 Favorites   0 Comments

Color spaces of #ebedcb

RGB 235237203
HSL0.180.490.86
HSV64°14°93°
CMYK 0.010.000.14   0.07
XYZ75.324682.542368.4621
Yxy82.54230.33280.3647
Hunter Lab90.8528-11.000918.9190
CIE-Lab92.8137-6.321016.2693

#ebedcb color RGB value is (235,237,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11001011
Octal 353 355 313
Decimal 235 237 203
Hex EB ED CB

RGB Percentages of Color #ebedcb

%34.81
%35.11
%30.07

CMYK Percentages of Color #ebedcb

%1
%0
%14
%7

Triadic Colors of #ebedcb

#ebedcb #cbebed #edcbeb

Analogous Colors of #ebedcb

#ebedcb #daedcb #eddecb

Monochromatic Colors of #ebedcb

#ebedcb

Complementary Color

#ebedcb #cdcbed

#ebedcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedcb Color CSS Codes

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

#ebedcb Text Font Color

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

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


#ebedcb Background Color

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

This div background color is #ebedcb


#ebedcb Border Color

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

This div border color is #ebedcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedcb


Comments

No comments written yet.

Please login to write comment.