Color Hex Logo

#ebbfff Color Hex

#EBBFFF
(235,191,255)
1 Favorites   0 Comments

Color spaces of #ebbfff

RGB 235191255
HSL0.781.000.87
HSV281°25°100°
CMYK 0.080.250.00   0.00
XYZ70.941862.1438102.8637
Yxy62.14380.30070.2634
Hunter Lab78.831322.6807-22.1831
CIE-Lab82.989826.8691-25.5723

#ebbfff color RGB value is (235,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11111111
Octal 353 277 377
Decimal 235 191 255
Hex EB BF FF

RGB Percentages of Color #ebbfff

%34.51
%28.05
%37.44

CMYK Percentages of Color #ebbfff

%8
%25
%0
%0

Triadic Colors of #ebbfff

#ebbfff #ffebbf #bfffeb

Analogous Colors of #ebbfff

#ebbfff #ffbff3 #cbbfff

Monochromatic Colors of #ebbfff

#ebbfff

Complementary Color

#ebbfff #d3ffbf

#ebbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfff Color CSS Codes

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

#ebbfff Text Font Color

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

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


#ebbfff Background Color

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

This div background color is #ebbfff


#ebbfff Border Color

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

This div border color is #ebbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfff

Related Colors

#ebbfff Color Palettes


Comments

No comments written yet.

Please login to write comment.