Color Hex Logo

#ebbcf9 Color Hex

#EBBCF9
(235,188,249)
1 Favorites   0 Comments

Color spaces of #ebbcf9

RGB 235188249
HSL0.800.840.86
HSV286°24°98°
CMYK 0.060.240.00   0.02
XYZ69.343160.468297.6393
Yxy60.46820.30490.2659
Hunter Lab77.761323.0939-20.0133
CIE-Lab82.092027.3061-23.7400

#ebbcf9 color RGB value is (235,188,249).

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

The process color (four color CMYK) of #ebbcf9 color hex is 0.06, 0.24, 0.00, 0.02. Web safe color of #ebbcf9 is #ffccff. Color #ebbcf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11111001
Octal 353 274 371
Decimal 235 188 249
Hex EB BC F9

RGB Percentages of Color #ebbcf9

%34.97
%27.98
%37.05

CMYK Percentages of Color #ebbcf9

%6
%24
%0
%2

Triadic Colors of #ebbcf9

#ebbcf9 #f9ebbc #bcf9eb

Analogous Colors of #ebbcf9

#ebbcf9 #f9bce9 #cdbcf9

Monochromatic Colors of #ebbcf9

#ebbcf9

Complementary Color

#ebbcf9 #caf9bc

#ebbcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcf9 Color CSS Codes

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

#ebbcf9 Text Font Color

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

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


#ebbcf9 Background Color

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

This div background color is #ebbcf9


#ebbcf9 Border Color

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

This div border color is #ebbcf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcf9

Related Colors


Comments

No comments written yet.

Please login to write comment.