Color Hex Logo

#ebaeff Color Hex

#EBAEFF
(235,174,255)
0 Favorites   0 Comments

Color spaces of #ebaeff

RGB 235174255
HSL0.791.000.84
HSV285°32°100°
CMYK 0.080.320.00   0.00
XYZ67.447055.1543101.6987
Yxy55.15430.30070.2459
Hunter Lab74.265932.1451-29.2047
CIE-Lab79.130135.9325-31.4834

#ebaeff color RGB value is (235,174,255).

#ebaeff hex color red value is 235, green value is 174 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebaeff hue: 0.79 , saturation: 1.00 and the lightness value of ebaeff is 0.84.

The process color (four color CMYK) of #ebaeff color hex is 0.08, 0.32, 0.00, 0.00. Web safe color of #ebaeff is #ff99ff. Color #ebaeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11111111
Octal 353 256 377
Decimal 235 174 255
Hex EB AE FF

RGB Percentages of Color #ebaeff

%35.39
%26.20
%38.40

CMYK Percentages of Color #ebaeff

%8
%32
%0
%0

Triadic Colors of #ebaeff

#ebaeff #ffebae #aeffeb

Analogous Colors of #ebaeff

#ebaeff #ffaeeb #c3aeff

Monochromatic Colors of #ebaeff

#ebaeff

Complementary Color

#ebaeff #c2ffae

#ebaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaeff Color CSS Codes

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

#ebaeff Text Font Color

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

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


#ebaeff Background Color

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

This div background color is #ebaeff


#ebaeff Border Color

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

This div border color is #ebaeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaeff

Related Colors


Comments

No comments written yet.

Please login to write comment.