Color Hex Logo

#ebb9fb Color Hex

#EBB9FB
(235,185,251)
0 Favorites   0 Comments

Color spaces of #ebb9fb

RGB 235185251
HSL0.790.890.85
HSV285°26°98°
CMYK 0.060.260.00   0.02
XYZ69.022559.325199.0798
Yxy59.32510.30350.2609
Hunter Lab77.022825.1695-22.3529
CIE-Lab81.470029.2926-25.7563

#ebb9fb color RGB value is (235,185,251).

#ebb9fb hex color red value is 235, green value is 185 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebb9fb hue: 0.79 , saturation: 0.89 and the lightness value of ebb9fb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 11111011
Octal 353 271 373
Decimal 235 185 251
Hex EB B9 FB

RGB Percentages of Color #ebb9fb

%35.02
%27.57
%37.41

CMYK Percentages of Color #ebb9fb

%6
%26
%0
%2

Triadic Colors of #ebb9fb

#ebb9fb #fbebb9 #b9fbeb

Analogous Colors of #ebb9fb

#ebb9fb #fbb9ea #cab9fb

Monochromatic Colors of #ebb9fb

#ebb9fb

Complementary Color

#ebb9fb #c9fbb9

#ebb9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9fb Color CSS Codes

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

#ebb9fb Text Font Color

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

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


#ebb9fb Background Color

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

This div background color is #ebb9fb


#ebb9fb Border Color

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

This div border color is #ebb9fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9fb


Comments

No comments written yet.

Please login to write comment.