Color Hex Logo

#fb9eeb Color Hex

#FB9EEB
(251,158,235)
0 Favorites   0 Comments

Color spaces of #fb9eeb

RGB 251158235
HSL0.860.920.80
HSV310°37°98°
CMYK 0.000.370.06   0.02
XYZ67.005950.961184.9021
Yxy50.96110.33030.2512
Hunter Lab71.387042.6178-20.5439
CIE-Lab76.655445.6247-24.3333

#fb9eeb color RGB value is (251,158,235).

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

The process color (four color CMYK) of #fb9eeb color hex is 0.00, 0.37, 0.06, 0.02. Web safe color of #fb9eeb is #ff99ff. Color #fb9eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011110 11101011
Octal 373 236 353
Decimal 251 158 235
Hex FB 9E EB

RGB Percentages of Color #fb9eeb

%38.98
%24.53
%36.49

CMYK Percentages of Color #fb9eeb

%0
%37
%6
%2

Triadic Colors of #fb9eeb

#fb9eeb #ebfb9e #9eebfb

Analogous Colors of #fb9eeb

#fb9eeb #fb9ebd #dd9efb

Monochromatic Colors of #fb9eeb

#fb9eeb

Complementary Color

#fb9eeb #9efbae

#fb9eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9eeb Color CSS Codes

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

#fb9eeb Text Font Color

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

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


#fb9eeb Background Color

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

This div background color is #fb9eeb


#fb9eeb Border Color

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

This div border color is #fb9eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9eeb


Comments

No comments written yet.

Please login to write comment.