Color Hex Logo

#ebfbef Color Hex

#EBFBEF
(235,251,239)
0 Favorites   0 Comments

Color spaces of #ebfbef

RGB 235251239
HSL0.380.670.95
HSV135°98°
CMYK 0.060.000.05   0.02
XYZ84.338192.888595.1455
Yxy92.88850.30960.3410
Hunter Lab96.3787-12.46278.9337
CIE-Lab97.1823-7.38613.9340

#ebfbef color RGB value is (235,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11101111
Octal 353 373 357
Decimal 235 251 239
Hex EB FB EF

RGB Percentages of Color #ebfbef

%32.41
%34.62
%32.97

CMYK Percentages of Color #ebfbef

%6
%0
%5
%2

Triadic Colors of #ebfbef

#ebfbef #efebfb #fbefeb

Analogous Colors of #ebfbef

#ebfbef #ebfbf7 #effbeb

Monochromatic Colors of #ebfbef

#ebfbef

Complementary Color

#ebfbef #fbebf7

#ebfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbef Color CSS Codes

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

#ebfbef Text Font Color

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

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


#ebfbef Background Color

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

This div background color is #ebfbef


#ebfbef Border Color

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

This div border color is #ebfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbef

#ebfbef Color Palettes


Comments

No comments written yet.

Please login to write comment.