Color Hex Logo

#ebebef Color Hex

#EBEBEF
(235,235,239)
0 Favorites   0 Comments

Color spaces of #ebebef

RGB 235235239
HSL0.670.110.93
HSV240°94°
CMYK 0.020.020.00   0.06
XYZ79.549383.310893.5493
Yxy83.31080.31020.3249
Hunter Lab91.2748-4.16153.1248
CIE-Lab93.15030.7215-1.9425

#ebebef color RGB value is (235,235,239).

#ebebef hex color red value is 235, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebebef hue: 0.67 , saturation: 0.11 and the lightness value of ebebef is 0.93.

The process color (four color CMYK) of #ebebef color hex is 0.02, 0.02, 0.00, 0.06. Web safe color of #ebebef is #ffffff. Color #ebebef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11101111
Octal 353 353 357
Decimal 235 235 239
Hex EB EB EF

RGB Percentages of Color #ebebef

%33.15
%33.15
%33.71

CMYK Percentages of Color #ebebef

%2
%2
%0
%6

Triadic Colors of #ebebef

#ebebef #efebeb #ebefeb

Analogous Colors of #ebebef

#ebebef #edebef #ebedef

Monochromatic Colors of #ebebef

#ebebef

Complementary Color

#ebebef #efefeb

#ebebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebef Color CSS Codes

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

#ebebef Text Font Color

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

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


#ebebef Background Color

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

This div background color is #ebebef


#ebebef Border Color

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

This div border color is #ebebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebef


Comments

No comments written yet.

Please login to write comment.