Color Hex Logo

#ebabef Color Hex

#EBABEF
(235,171,239)
0 Favorites   0 Comments

Color spaces of #ebabef

RGB 235171239
HSL0.820.680.80
HSV296°28°94°
CMYK 0.020.280.00   0.06
XYZ64.403853.020088.5008
Yxy53.02000.31280.2575
Hunter Lab72.814830.4550-21.0920
CIE-Lab77.886834.4805-24.7752

#ebabef color RGB value is (235,171,239).

#ebabef hex color red value is 235, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebabef hue: 0.82 , saturation: 0.68 and the lightness value of ebabef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11101111
Octal 353 253 357
Decimal 235 171 239
Hex EB AB EF

RGB Percentages of Color #ebabef

%36.43
%26.51
%37.05

CMYK Percentages of Color #ebabef

%2
%28
%0
%6

Triadic Colors of #ebabef

#ebabef #efebab #abefeb

Analogous Colors of #ebabef

#ebabef #efabd1 #c9abef

Monochromatic Colors of #ebabef

#ebabef

Complementary Color

#ebabef #afefab

#ebabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabef Color CSS Codes

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

#ebabef Text Font Color

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

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


#ebabef Background Color

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

This div background color is #ebabef


#ebabef Border Color

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

This div border color is #ebabef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabef


Comments

No comments written yet.

Please login to write comment.