Color Hex Logo

#ebabee Color Hex

#EBABEE
(235,171,238)
0 Favorites   0 Comments

Color spaces of #ebabee

RGB 235171238
HSL0.830.660.80
HSV297°28°93°
CMYK 0.010.280.00   0.07
XYZ64.256552.961087.7247
Yxy52.96100.31350.2584
Hunter Lab72.774330.2526-20.5282
CIE-Lab77.852034.2956-24.2881

#ebabee color RGB value is (235,171,238).

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

The process color (four color CMYK) of #ebabee color hex is 0.01, 0.28, 0.00, 0.07. Web safe color of #ebabee is #ff99ff. Color #ebabee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 11101110
Octal 353 253 356
Decimal 235 171 238
Hex EB AB EE

RGB Percentages of Color #ebabee

%36.49
%26.55
%36.96

CMYK Percentages of Color #ebabee

%1
%28
%0
%7

Triadic Colors of #ebabee

#ebabee #eeebab #abeeeb

Analogous Colors of #ebabee

#ebabee #eeabd0 #caabee

Monochromatic Colors of #ebabee

#ebabee

Complementary Color

#ebabee #aeeeab

#ebabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebabee Color CSS Codes

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

#ebabee Text Font Color

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

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


#ebabee Background Color

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

This div background color is #ebabee


#ebabee Border Color

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

This div border color is #ebabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebabee


Comments

No comments written yet.

Please login to write comment.