Color Hex Logo

#ebeabf Color Hex

#EBEABF
(235,234,191)
0 Favorites   0 Comments

Color spaces of #ebeabf

RGB 235234191
HSL0.160.520.84
HSV59°19°92°
CMYK 0.000.000.19   0.08
XYZ73.087780.269460.9316
Yxy80.26940.34110.3746
Hunter Lab89.5932-11.172622.3926
CIE-Lab91.8056-6.602221.0590

#ebeabf color RGB value is (235,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10111111
Octal 353 352 277
Decimal 235 234 191
Hex EB EA BF

RGB Percentages of Color #ebeabf

%35.61
%35.45
%28.94

CMYK Percentages of Color #ebeabf

%0
%0
%19
%8

Triadic Colors of #ebeabf

#ebeabf #bfebea #eabfeb

Analogous Colors of #ebeabf

#ebeabf #d6ebbf #ebd4bf

Monochromatic Colors of #ebeabf

#ebeabf

Complementary Color

#ebeabf #bfc0eb

#ebeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeabf Color CSS Codes

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

#ebeabf Text Font Color

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

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


#ebeabf Background Color

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

This div background color is #ebeabf


#ebeabf Border Color

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

This div border color is #ebeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeabf

#ebeabf Color Palettes


Comments

No comments written yet.

Please login to write comment.