Color Hex Logo

#ebebbf Color Hex

#EBEBBF
(235,235,191)
0 Favorites   0 Comments

Color spaces of #ebebbf

RGB 235235191
HSL0.170.520.84
HSV60°19°92°
CMYK 0.000.000.19   0.08
XYZ73.373380.840461.0268
Yxy80.84040.34090.3756
Hunter Lab89.9113-11.677522.6951
CIE-Lab92.0606-7.105521.4129

#ebebbf color RGB value is (235,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 10111111
Octal 353 353 277
Decimal 235 235 191
Hex EB EB BF

RGB Percentages of Color #ebebbf

%35.55
%35.55
%28.90

CMYK Percentages of Color #ebebbf

%0
%0
%19
%8

Triadic Colors of #ebebbf

#ebebbf #bfebeb #ebbfeb

Analogous Colors of #ebebbf

#ebebbf #d5ebbf #ebd5bf

Monochromatic Colors of #ebebbf

#ebebbf

Complementary Color

#ebebbf #bfbfeb

#ebebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebbf Color CSS Codes

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

#ebebbf Text Font Color

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

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


#ebebbf Background Color

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

This div background color is #ebebbf


#ebebbf Border Color

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

This div border color is #ebebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebbf


Comments

No comments written yet.

Please login to write comment.