Color Hex Logo

#ebeaef Color Hex

#EBEAEF
(235,234,239)
0 Favorites   0 Comments

Color spaces of #ebeaef

RGB 235234239
HSL0.700.140.93
HSV252°94°
CMYK 0.020.020.00   0.06
XYZ79.263882.739893.4541
Yxy82.73980.31030.3239
Hunter Lab90.9614-3.63752.7582
CIE-Lab92.90041.2345-2.3089

#ebeaef color RGB value is (235,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11101111
Octal 353 352 357
Decimal 235 234 239
Hex EB EA EF

RGB Percentages of Color #ebeaef

%33.19
%33.05
%33.76

CMYK Percentages of Color #ebeaef

%2
%2
%0
%6

Triadic Colors of #ebeaef

#ebeaef #efebea #eaefeb

Analogous Colors of #ebeaef

#ebeaef #eeeaef #eaecef

Monochromatic Colors of #ebeaef

#ebeaef

Complementary Color

#ebeaef #eeefea

#ebeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaef Color CSS Codes

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

#ebeaef Text Font Color

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

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


#ebeaef Background Color

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

This div background color is #ebeaef


#ebeaef Border Color

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

This div border color is #ebeaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaef


Comments

No comments written yet.

Please login to write comment.