Color Hex Logo

#eebaf1 Color Hex

#EEBAF1
(238,186,241)
0 Favorites   0 Comments

Color spaces of #eebaf1

RGB 238186241
HSL0.820.660.84
HSV297°23°95°
CMYK 0.010.230.00   0.05
XYZ68.696059.645891.1112
Yxy59.64580.31300.2718
Hunter Lab77.230723.6204-15.8846
CIE-Lab81.645327.8271-20.1124

#eebaf1 color RGB value is (238,186,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 11110001
Octal 356 272 361
Decimal 238 186 241
Hex EE BA F1

RGB Percentages of Color #eebaf1

%35.79
%27.97
%36.24

CMYK Percentages of Color #eebaf1

%1
%23
%0
%5

Triadic Colors of #eebaf1

#eebaf1 #f1eeba #baf1ee

Analogous Colors of #eebaf1

#eebaf1 #f1bad9 #d3baf1

Monochromatic Colors of #eebaf1

#eebaf1

Complementary Color

#eebaf1 #bdf1ba

#eebaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebaf1 Color CSS Codes

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

#eebaf1 Text Font Color

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

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


#eebaf1 Background Color

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

This div background color is #eebaf1


#eebaf1 Border Color

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

This div border color is #eebaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebaf1


Comments

No comments written yet.

Please login to write comment.