Color Hex Logo

#ebaafa Color Hex

#EBAAFA
(235,170,250)
0 Favorites   0 Comments

Color spaces of #ebaafa

RGB 235170250
HSL0.800.890.82
HSV289°32°98°
CMYK 0.060.320.00   0.02
XYZ65.891053.313797.2602
Yxy53.31370.30440.2463
Hunter Lab73.016233.3028-27.8650
CIE-Lab78.059837.0893-30.4421

#ebaafa color RGB value is (235,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11111010
Octal 353 252 372
Decimal 235 170 250
Hex EB AA FA

RGB Percentages of Color #ebaafa

%35.88
%25.95
%38.17

CMYK Percentages of Color #ebaafa

%6
%32
%0
%2

Triadic Colors of #ebaafa

#ebaafa #faebaa #aafaeb

Analogous Colors of #ebaafa

#ebaafa #faaae1 #c3aafa

Monochromatic Colors of #ebaafa

#ebaafa

Complementary Color

#ebaafa #b9faaa

#ebaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaafa Color CSS Codes

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

#ebaafa Text Font Color

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

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


#ebaafa Background Color

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

This div background color is #ebaafa


#ebaafa Border Color

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

This div border color is #ebaafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaafa

Related Colors


Comments

No comments written yet.

Please login to write comment.