Color Hex Logo

#ebeeef Color Hex

#EBEEEF
(235,238,239)
0 Favorites   0 Comments

Color spaces of #ebeeef

RGB 235238239
HSL0.540.110.93
HSV195°94°
CMYK 0.020.000.00   0.06
XYZ80.415585.043293.8380
Yxy85.04320.31010.3280
Hunter Lab92.2189-5.72984.2222
CIE-Lab93.9017-0.8131-0.8423

#ebeeef color RGB value is (235,238,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11101111
Octal 353 356 357
Decimal 235 238 239
Hex EB EE EF

RGB Percentages of Color #ebeeef

%33.01
%33.43
%33.57

CMYK Percentages of Color #ebeeef

%2
%0
%0
%6

Triadic Colors of #ebeeef

#ebeeef #efebee #eeefeb

Analogous Colors of #ebeeef

#ebeeef #ebecef #ebefee

Monochromatic Colors of #ebeeef

#ebeeef

Complementary Color

#ebeeef #efeceb

#ebeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeef Color CSS Codes

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

#ebeeef Text Font Color

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

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


#ebeeef Background Color

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

This div background color is #ebeeef


#ebeeef Border Color

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

This div border color is #ebeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeef


Comments

No comments written yet.

Please login to write comment.