Color Hex Logo

#ebbdfc Color Hex

#EBBDFC
(235,189,252)
0 Favorites   0 Comments

Color spaces of #ebbdfc

RGB 235189252
HSL0.790.910.86
HSV284°25°99°
CMYK 0.070.250.00   0.01
XYZ70.029261.0856100.1952
Yxy61.08560.30280.2641
Hunter Lab78.157323.1614-21.2978
CIE-Lab82.424727.3516-24.8347

#ebbdfc color RGB value is (235,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11111100
Octal 353 275 374
Decimal 235 189 252
Hex EB BD FC

RGB Percentages of Color #ebbdfc

%34.76
%27.96
%37.28

CMYK Percentages of Color #ebbdfc

%7
%25
%0
%1

Triadic Colors of #ebbdfc

#ebbdfc #fcebbd #bdfceb

Analogous Colors of #ebbdfc

#ebbdfc #fcbdee #ccbdfc

Monochromatic Colors of #ebbdfc

#ebbdfc

Complementary Color

#ebbdfc #cefcbd

#ebbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdfc Color CSS Codes

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

#ebbdfc Text Font Color

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

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


#ebbdfc Background Color

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

This div background color is #ebbdfc


#ebbdfc Border Color

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

This div border color is #ebbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdfc


Comments

No comments written yet.

Please login to write comment.