Color Hex Logo

#ebaaff Color Hex

#EBAAFF
(235,170,255)
0 Favorites   0 Comments

Color spaces of #ebaaff

RGB 235170255
HSL0.791.000.83
HSV286°33°100°
CMYK 0.080.330.00   0.00
XYZ66.685753.6316101.4450
Yxy53.63160.30070.2418
Hunter Lab73.233634.3813-30.8665
CIE-Lab78.246438.0570-32.8442

#ebaaff color RGB value is (235,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11111111
Octal 353 252 377
Decimal 235 170 255
Hex EB AA FF

RGB Percentages of Color #ebaaff

%35.61
%25.76
%38.64

CMYK Percentages of Color #ebaaff

%8
%33
%0
%0

Triadic Colors of #ebaaff

#ebaaff #ffebaa #aaffeb

Analogous Colors of #ebaaff

#ebaaff #ffaae9 #c1aaff

Monochromatic Colors of #ebaaff

#ebaaff

Complementary Color

#ebaaff #beffaa

#ebaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaff Color CSS Codes

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

#ebaaff Text Font Color

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

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


#ebaaff Background Color

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

This div background color is #ebaaff


#ebaaff Border Color

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

This div border color is #ebaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.