Color Hex Logo

#ebbffc Color Hex

#EBBFFC
(235,191,252)
0 Favorites   0 Comments

Color spaces of #ebbffc

RGB 235191252
HSL0.790.910.87
HSV283°24°99°
CMYK 0.070.240.00   0.01
XYZ70.462461.9520100.3396
Yxy61.95200.30270.2662
Hunter Lab78.709622.0550-20.4866
CIE-Lab82.887926.2846-24.1296

#ebbffc color RGB value is (235,191,252).

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

The process color (four color CMYK) of #ebbffc color hex is 0.07, 0.24, 0.00, 0.01. Web safe color of #ebbffc is #ffccff. Color #ebbffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11111100
Octal 353 277 374
Decimal 235 191 252
Hex EB BF FC

RGB Percentages of Color #ebbffc

%34.66
%28.17
%37.17

CMYK Percentages of Color #ebbffc

%7
%24
%0
%1

Triadic Colors of #ebbffc

#ebbffc #fcebbf #bffceb

Analogous Colors of #ebbffc

#ebbffc #fcbfef #cdbffc

Monochromatic Colors of #ebbffc

#ebbffc

Complementary Color

#ebbffc #d0fcbf

#ebbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbffc Color CSS Codes

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

#ebbffc Text Font Color

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

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


#ebbffc Background Color

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

This div background color is #ebbffc


#ebbffc Border Color

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

This div border color is #ebbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbffc

Related Colors


Comments

No comments written yet.

Please login to write comment.