Color Hex Logo

#eeb6fc Color Hex

#EEB6FC
(238,182,252)
0 Favorites   0 Comments

Color spaces of #eeb6fc

RGB 238182252
HSL0.800.920.85
HSV288°28°99°
CMYK 0.060.280.00   0.01
XYZ69.558558.661399.7521
Yxy58.66130.30510.2573
Hunter Lab76.590728.0774-23.6062
CIE-Lab81.105132.0258-26.8228

#eeb6fc color RGB value is (238,182,252).

#eeb6fc hex color red value is 238, green value is 182 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eeb6fc hue: 0.80 , saturation: 0.92 and the lightness value of eeb6fc is 0.85.

The process color (four color CMYK) of #eeb6fc color hex is 0.06, 0.28, 0.00, 0.01. Web safe color of #eeb6fc is #ffccff. Color #eeb6fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 11111100
Octal 356 266 374
Decimal 238 182 252
Hex EE B6 FC

RGB Percentages of Color #eeb6fc

%35.42
%27.08
%37.50

CMYK Percentages of Color #eeb6fc

%6
%28
%0
%1

Triadic Colors of #eeb6fc

#eeb6fc #fceeb6 #b6fcee

Analogous Colors of #eeb6fc

#eeb6fc #fcb6e7 #cbb6fc

Monochromatic Colors of #eeb6fc

#eeb6fc

Complementary Color

#eeb6fc #c4fcb6

#eeb6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb6fc Color CSS Codes

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

#eeb6fc Text Font Color

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

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


#eeb6fc Background Color

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

This div background color is #eeb6fc


#eeb6fc Border Color

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

This div border color is #eeb6fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb6fc


Comments

No comments written yet.

Please login to write comment.