Color Hex Logo

#ebedbc Color Hex

#EBEDBC
(235,237,188)
0 Favorites   0 Comments

Color spaces of #ebedbc

RGB 235237188
HSL0.170.580.83
HSV62°21°93°
CMYK 0.010.000.21   0.07
XYZ73.622281.861459.4975
Yxy81.86140.34250.3808
Hunter Lab90.4773-13.088224.3452
CIE-Lab92.5137-8.540223.5830

#ebedbc color RGB value is (235,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 10111100
Octal 353 355 274
Decimal 235 237 188
Hex EB ED BC

RGB Percentages of Color #ebedbc

%35.61
%35.91
%28.48

CMYK Percentages of Color #ebedbc

%1
%0
%21
%7

Triadic Colors of #ebedbc

#ebedbc #bcebed #edbceb

Analogous Colors of #ebedbc

#ebedbc #d3edbc #edd7bc

Monochromatic Colors of #ebedbc

#ebedbc

Complementary Color

#ebedbc #bebced

#ebedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedbc Color CSS Codes

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

#ebedbc Text Font Color

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

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


#ebedbc Background Color

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

This div background color is #ebedbc


#ebedbc Border Color

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

This div border color is #ebedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedbc


Comments

No comments written yet.

Please login to write comment.