Color Hex Logo

#eebcfc Color Hex

#EEBCFC
(238,188,252)
0 Favorites   0 Comments

Color spaces of #eebcfc

RGB 238188252
HSL0.800.910.86
HSV287°25°99°
CMYK 0.060.250.00   0.01
XYZ70.813861.1719100.1705
Yxy61.17190.30500.2635
Hunter Lab78.212524.7426-21.1869
CIE-Lab82.471128.8322-24.7389

#eebcfc color RGB value is (238,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 11111100
Octal 356 274 374
Decimal 238 188 252
Hex EE BC FC

RGB Percentages of Color #eebcfc

%35.10
%27.73
%37.17

CMYK Percentages of Color #eebcfc

%6
%25
%0
%1

Triadic Colors of #eebcfc

#eebcfc #fceebc #bcfcee

Analogous Colors of #eebcfc

#eebcfc #fcbcea #cebcfc

Monochromatic Colors of #eebcfc

#eebcfc

Complementary Color

#eebcfc #cafcbc

#eebcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebcfc Color CSS Codes

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

#eebcfc Text Font Color

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

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


#eebcfc Background Color

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

This div background color is #eebcfc


#eebcfc Border Color

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

This div border color is #eebcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.