Color Hex Logo

#ebbaff Color Hex

#EBBAFF
(235,186,255)
0 Favorites   0 Comments

Color spaces of #ebbaff

RGB 235186255
HSL0.791.000.86
HSV283°27°100°
CMYK 0.080.270.00   0.00
XYZ69.869960.0000102.5064
Yxy60.00000.30070.2582
Hunter Lab77.459725.4555-24.2398
CIE-Lab81.838229.5372-27.3304

#ebbaff color RGB value is (235,186,255).

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

The process color (four color CMYK) of #ebbaff color hex is 0.08, 0.27, 0.00, 0.00. Web safe color of #ebbaff is #ffccff. Color #ebbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11111111
Octal 353 272 377
Decimal 235 186 255
Hex EB BA FF

RGB Percentages of Color #ebbaff

%34.76
%27.51
%37.72

CMYK Percentages of Color #ebbaff

%8
%27
%0
%0

Triadic Colors of #ebbaff

#ebbaff #ffebba #baffeb

Analogous Colors of #ebbaff

#ebbaff #ffbaf1 #c9baff

Monochromatic Colors of #ebbaff

#ebbaff

Complementary Color

#ebbaff #ceffba

#ebbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaff Color CSS Codes

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

#ebbaff Text Font Color

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

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


#ebbaff Background Color

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

This div background color is #ebbaff


#ebbaff Border Color

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

This div border color is #ebbaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaff

Related Colors


Comments

No comments written yet.

Please login to write comment.