Color Hex Logo

#ebaafe Color Hex

#EBAAFE
(235,170,254)
0 Favorites   0 Comments

Color spaces of #ebaafe

RGB 235170254
HSL0.800.980.83
HSV286°33°100°
CMYK 0.070.330.00   0.00
XYZ66.525153.5674100.5992
Yxy53.56740.30140.2427
Hunter Lab73.189834.1637-30.2612
CIE-Lab78.208837.8622-32.3647

#ebaafe color RGB value is (235,170,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11111110
Octal 353 252 376
Decimal 235 170 254
Hex EB AA FE

RGB Percentages of Color #ebaafe

%35.66
%25.80
%38.54

CMYK Percentages of Color #ebaafe

%7
%33
%0
%0

Triadic Colors of #ebaafe

#ebaafe #feebaa #aafeeb

Analogous Colors of #ebaafe

#ebaafe #feaae7 #c1aafe

Monochromatic Colors of #ebaafe

#ebaafe

Complementary Color

#ebaafe #bdfeaa

#ebaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaafe Color CSS Codes

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

#ebaafe Text Font Color

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

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


#ebaafe Background Color

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

This div background color is #ebaafe


#ebaafe Border Color

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

This div border color is #ebaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaafe


Comments

No comments written yet.

Please login to write comment.