Color Hex Logo

#ebecbd Color Hex

#EBECBD
(235,236,189)
0 Favorites   0 Comments

Color spaces of #ebecbd

RGB 235236189
HSL0.170.550.83
HSV61°20°93°
CMYK 0.000.000.20   0.07
XYZ73.441781.327259.9710
Yxy81.32720.34200.3787
Hunter Lab90.1816-12.451723.6991
CIE-Lab92.2771-7.896122.7426

#ebecbd color RGB value is (235,236,189).

#ebecbd hex color red value is 235, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebecbd hue: 0.17 , saturation: 0.55 and the lightness value of ebecbd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 10111101
Octal 353 354 275
Decimal 235 236 189
Hex EB EC BD

RGB Percentages of Color #ebecbd

%35.61
%35.76
%28.64

CMYK Percentages of Color #ebecbd

%0
%0
%20
%7

Triadic Colors of #ebecbd

#ebecbd #bdebec #ecbdeb

Analogous Colors of #ebecbd

#ebecbd #d4ecbd #ecd6bd

Monochromatic Colors of #ebecbd

#ebecbd

Complementary Color

#ebecbd #bebdec

#ebecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebecbd Color CSS Codes

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

#ebecbd Text Font Color

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

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


#ebecbd Background Color

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

This div background color is #ebecbd


#ebecbd Border Color

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

This div border color is #ebecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebecbd


Comments

No comments written yet.

Please login to write comment.