Color Hex Logo

#ebbaeb Color Hex

#EBBAEB
(235,186,235)
0 Favorites   0 Comments

Color spaces of #ebbaeb

RGB 235186235
HSL0.830.550.83
HSV300°21°92°
CMYK 0.000.210.00   0.08
XYZ66.815358.778186.4210
Yxy58.77810.31510.2772
Hunter Lab76.666921.3960-13.1665
CIE-Lab81.169525.7453-17.6417

#ebbaeb color RGB value is (235,186,235).

#ebbaeb hex color red value is 235, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebbaeb hue: 0.83 , saturation: 0.55 and the lightness value of ebbaeb is 0.83.

The process color (four color CMYK) of #ebbaeb color hex is 0.00, 0.21, 0.00, 0.08. Web safe color of #ebbaeb is #ffccff. Color #ebbaeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11101011
Octal 353 272 353
Decimal 235 186 235
Hex EB BA EB

RGB Percentages of Color #ebbaeb

%35.82
%28.35
%35.82

CMYK Percentages of Color #ebbaeb

%0
%21
%0
%8

Triadic Colors of #ebbaeb

#ebbaeb #ebebba #baebeb

Analogous Colors of #ebbaeb

#ebbaeb #ebbad3 #d3baeb

Monochromatic Colors of #ebbaeb

#ebbaeb

Complementary Color

#ebbaeb #baebba

#ebbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaeb Color CSS Codes

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

#ebbaeb Text Font Color

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

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


#ebbaeb Background Color

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

This div background color is #ebbaeb


#ebbaeb Border Color

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

This div border color is #ebbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaeb


Comments

No comments written yet.

Please login to write comment.