Color Hex Logo

#ebebac Color Hex

#EBEBAC
(235,235,172)
0 Favorites   0 Comments

Color spaces of #ebebac

RGB 235235172
HSL0.170.610.80
HSV60°27°92°
CMYK 0.000.000.27   0.08
XYZ71.415780.057450.7183
Yxy80.05740.35320.3959
Hunter Lab89.4748-14.108429.0241
CIE-Lab91.7106-9.712830.6723

#ebebac color RGB value is (235,235,172).

#ebebac hex color red value is 235, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebebac hue: 0.17 , saturation: 0.61 and the lightness value of ebebac is 0.80.

The process color (four color CMYK) of #ebebac color hex is 0.00, 0.00, 0.27, 0.08. Web safe color of #ebebac is #ffff99. Color #ebebac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 10101100
Octal 353 353 254
Decimal 235 235 172
Hex EB EB AC

RGB Percentages of Color #ebebac

%36.60
%36.60
%26.79

CMYK Percentages of Color #ebebac

%0
%0
%27
%8

Triadic Colors of #ebebac

#ebebac #acebeb #ebaceb

Analogous Colors of #ebebac

#ebebac #ccebac #ebccac

Monochromatic Colors of #ebebac

#ebebac

Complementary Color

#ebebac #acaceb

#ebebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebac Color CSS Codes

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

#ebebac Text Font Color

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

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


#ebebac Background Color

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

This div background color is #ebebac


#ebebac Border Color

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

This div border color is #ebebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebac


Comments

No comments written yet.

Please login to write comment.