Color Hex Logo

#ebbaf5 Color Hex

#EBBAF5
(235,186,245)
0 Favorites   0 Comments

Color spaces of #ebbaf5

RGB 235186245
HSL0.810.750.85
HSV290°24°96°
CMYK 0.040.240.00   0.04
XYZ68.301359.372694.2464
Yxy59.37260.30780.2675
Hunter Lab77.053623.3808-18.5817
CIE-Lab81.496027.6097-22.5073

#ebbaf5 color RGB value is (235,186,245).

#ebbaf5 hex color red value is 235, green value is 186 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ebbaf5 hue: 0.81 , saturation: 0.75 and the lightness value of ebbaf5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11110101
Octal 353 272 365
Decimal 235 186 245
Hex EB BA F5

RGB Percentages of Color #ebbaf5

%35.29
%27.93
%36.79

CMYK Percentages of Color #ebbaf5

%4
%24
%0
%4

Triadic Colors of #ebbaf5

#ebbaf5 #f5ebba #baf5eb

Analogous Colors of #ebbaf5

#ebbaf5 #f5bae2 #cebaf5

Monochromatic Colors of #ebbaf5

#ebbaf5

Complementary Color

#ebbaf5 #c4f5ba

#ebbaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaf5 Color CSS Codes

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

#ebbaf5 Text Font Color

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

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


#ebbaf5 Background Color

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

This div background color is #ebbaf5


#ebbaf5 Border Color

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

This div border color is #ebbaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaf5


Comments

No comments written yet.

Please login to write comment.