Color Hex Logo

#ebbaf1 Color Hex

#EBBAF1
(235,186,241)
0 Favorites   0 Comments

Color spaces of #ebbaf1

RGB 235186241
HSL0.820.660.84
HSV293°23°95°
CMYK 0.020.230.00   0.05
XYZ67.697059.130991.0645
Yxy59.13090.31070.2714
Hunter Lab76.896622.5759-16.3863
CIE-Lab81.363526.8560-20.5661

#ebbaf1 color RGB value is (235,186,241).

#ebbaf1 hex color red value is 235, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ebbaf1 hue: 0.82 , saturation: 0.66 and the lightness value of ebbaf1 is 0.84.

The process color (four color CMYK) of #ebbaf1 color hex is 0.02, 0.23, 0.00, 0.05. Web safe color of #ebbaf1 is #ffccff. Color #ebbaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11110001
Octal 353 272 361
Decimal 235 186 241
Hex EB BA F1

RGB Percentages of Color #ebbaf1

%35.50
%28.10
%36.40

CMYK Percentages of Color #ebbaf1

%2
%23
%0
%5

Triadic Colors of #ebbaf1

#ebbaf1 #f1ebba #baf1eb

Analogous Colors of #ebbaf1

#ebbaf1 #f1badc #d0baf1

Monochromatic Colors of #ebbaf1

#ebbaf1

Complementary Color

#ebbaf1 #c0f1ba

#ebbaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbaf1 Color CSS Codes

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

#ebbaf1 Text Font Color

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

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


#ebbaf1 Background Color

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

This div background color is #ebbaf1


#ebbaf1 Border Color

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

This div border color is #ebbaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbaf1


Comments

No comments written yet.

Please login to write comment.