Color Hex Logo

#ebeaac Color Hex

#EBEAAC
(235,234,172)
0 Favorites   0 Comments

Color spaces of #ebeaac

RGB 235234172
HSL0.160.610.80
HSV59°27°92°
CMYK 0.000.000.27   0.08
XYZ71.130279.486450.6232
Yxy79.48640.35350.3950
Hunter Lab89.1551-13.609828.7431
CIE-Lab91.4539-9.212930.3267

#ebeaac color RGB value is (235,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10101100
Octal 353 352 254
Decimal 235 234 172
Hex EB EA AC

RGB Percentages of Color #ebeaac

%36.66
%36.51
%26.83

CMYK Percentages of Color #ebeaac

%0
%0
%27
%8

Triadic Colors of #ebeaac

#ebeaac #acebea #eaaceb

Analogous Colors of #ebeaac

#ebeaac #cdebac #ebcbac

Monochromatic Colors of #ebeaac

#ebeaac

Complementary Color

#ebeaac #acadeb

#ebeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaac Color CSS Codes

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

#ebeaac Text Font Color

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

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


#ebeaac Background Color

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

This div background color is #ebeaac


#ebeaac Border Color

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

This div border color is #ebeaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,234,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 #ebeaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaac


Comments

No comments written yet.

Please login to write comment.