Color Hex Logo

#ebabeb Color Hex

#EBABEB
(235,171,235)
0 Favorites   0 Comments

Color spaces of #ebabeb

RGB 235171235
HSL0.830.620.80
HSV300°27°92°
CMYK 0.000.270.00   0.08
XYZ63.819352.786185.4224
Yxy52.78610.31590.2613
Hunter Lab72.654029.6498-18.8519
CIE-Lab77.748533.7438-22.8239

#ebabeb color RGB value is (235,171,235).

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

The process color (four color CMYK) of #ebabeb color hex is 0.00, 0.27, 0.00, 0.08. Web safe color of #ebabeb is #ff99ff. Color #ebabeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11101011
Octal 353 253 353
Decimal 235 171 235
Hex EB AB EB

RGB Percentages of Color #ebabeb

%36.66
%26.68
%36.66

CMYK Percentages of Color #ebabeb

%0
%27
%0
%8

Triadic Colors of #ebabeb

#ebabeb #ebebab #abebeb

Analogous Colors of #ebabeb

#ebabeb #ebabcb #cbabeb

Monochromatic Colors of #ebabeb

#ebabeb

Complementary Color

#ebabeb #abebab

#ebabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabeb Color CSS Codes

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

#ebabeb Text Font Color

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

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


#ebabeb Background Color

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

This div background color is #ebabeb


#ebabeb Border Color

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

This div border color is #ebabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabeb


Comments

No comments written yet.

Please login to write comment.