Color Hex Logo

#ebbcf8 Color Hex

#EBBCF8
(235,188,248)
0 Favorites   0 Comments

Color spaces of #ebbcf8

RGB 235188248
HSL0.800.810.85
HSV287°24°97°
CMYK 0.050.240.00   0.03
XYZ69.187460.405996.8199
Yxy60.40590.30560.2668
Hunter Lab77.721222.8884-19.4546
CIE-Lab82.058327.1142-23.2571

#ebbcf8 color RGB value is (235,188,248).

#ebbcf8 hex color red value is 235, green value is 188 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ebbcf8 hue: 0.80 , saturation: 0.81 and the lightness value of ebbcf8 is 0.85.

The process color (four color CMYK) of #ebbcf8 color hex is 0.05, 0.24, 0.00, 0.03. Web safe color of #ebbcf8 is #ffccff. Color #ebbcf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11111000
Octal 353 274 370
Decimal 235 188 248
Hex EB BC F8

RGB Percentages of Color #ebbcf8

%35.02
%28.02
%36.96

CMYK Percentages of Color #ebbcf8

%5
%24
%0
%3

Triadic Colors of #ebbcf8

#ebbcf8 #f8ebbc #bcf8eb

Analogous Colors of #ebbcf8

#ebbcf8 #f8bce7 #cdbcf8

Monochromatic Colors of #ebbcf8

#ebbcf8

Complementary Color

#ebbcf8 #c9f8bc

#ebbcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcf8 Color CSS Codes

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

#ebbcf8 Text Font Color

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

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


#ebbcf8 Background Color

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

This div background color is #ebbcf8


#ebbcf8 Border Color

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

This div border color is #ebbcf8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,188,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebbcf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcf8

Related Colors


Comments

No comments written yet.

Please login to write comment.