Color Hex Logo

#ebbcfc Color Hex

#EBBCFC
(235,188,252)
0 Favorites   0 Comments

Color spaces of #ebbcfc

RGB 235188252
HSL0.790.910.86
HSV284°25°99°
CMYK 0.070.250.00   0.01
XYZ69.814960.6569100.1238
Yxy60.65690.30280.2630
Hunter Lab77.882523.7152-21.7039
CIE-Lab82.193927.8853-25.1864

#ebbcfc color RGB value is (235,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11111100
Octal 353 274 374
Decimal 235 188 252
Hex EB BC FC

RGB Percentages of Color #ebbcfc

%34.81
%27.85
%37.33

CMYK Percentages of Color #ebbcfc

%7
%25
%0
%1

Triadic Colors of #ebbcfc

#ebbcfc #fcebbc #bcfceb

Analogous Colors of #ebbcfc

#ebbcfc #fcbced #cbbcfc

Monochromatic Colors of #ebbcfc

#ebbcfc

Complementary Color

#ebbcfc #cdfcbc

#ebbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcfc Color CSS Codes

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

#ebbcfc Text Font Color

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

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


#ebbcfc Background Color

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

This div background color is #ebbcfc


#ebbcfc Border Color

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

This div border color is #ebbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcfc

Related Colors

#ebbcfc Color Palettes


Comments

No comments written yet.

Please login to write comment.