Color Hex Logo

#ebeabc Color Hex

#EBEABC
(235,234,188)
0 Favorites   0 Comments

Color spaces of #ebeabc

RGB 235234188
HSL0.160.540.83
HSV59°20°92°
CMYK 0.000.000.20   0.08
XYZ72.760980.138659.2103
Yxy80.13860.34300.3778
Hunter Lab89.5202-11.577723.4486
CIE-Lab91.7470-7.033422.5248

#ebeabc color RGB value is (235,234,188).

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

The process color (four color CMYK) of #ebeabc color hex is 0.00, 0.00, 0.20, 0.08. Web safe color of #ebeabc is #ffffcc. Color #ebeabc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10111100
Octal 353 352 274
Decimal 235 234 188
Hex EB EA BC

RGB Percentages of Color #ebeabc

%35.77
%35.62
%28.61

CMYK Percentages of Color #ebeabc

%0
%0
%20
%8

Triadic Colors of #ebeabc

#ebeabc #bcebea #eabceb

Analogous Colors of #ebeabc

#ebeabc #d5ebbc #ebd3bc

Monochromatic Colors of #ebeabc

#ebeabc

Complementary Color

#ebeabc #bcbdeb

#ebeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeabc Color CSS Codes

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

#ebeabc Text Font Color

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

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


#ebeabc Background Color

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

This div background color is #ebeabc


#ebeabc Border Color

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

This div border color is #ebeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeabc


Comments

No comments written yet.

Please login to write comment.