Color Hex Logo

#fb86ee Color Hex

#FB86EE
(251,134,238)
0 Favorites   0 Comments

Color spaces of #fb86ee

RGB 251134238
HSL0.850.940.75
HSV307°47°98°
CMYK 0.000.470.05   0.02
XYZ63.741443.732585.9706
Yxy43.73250.32950.2261
Hunter Lab66.130656.3227-30.7864
CIE-Lab72.049358.1312-33.0438

#fb86ee color RGB value is (251,134,238).

#fb86ee hex color red value is 251, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb86ee hue: 0.85 , saturation: 0.94 and the lightness value of fb86ee is 0.75.

The process color (four color CMYK) of #fb86ee color hex is 0.00, 0.47, 0.05, 0.02. Web safe color of #fb86ee is #ff99ff. Color #fb86ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000110 11101110
Octal 373 206 356
Decimal 251 134 238
Hex FB 86 EE

RGB Percentages of Color #fb86ee

%40.29
%21.51
%38.20

CMYK Percentages of Color #fb86ee

%0
%47
%5
%2

Triadic Colors of #fb86ee

#fb86ee #eefb86 #86eefb

Analogous Colors of #fb86ee

#fb86ee #fb86b4 #ce86fb

Monochromatic Colors of #fb86ee

#fb86ee

Complementary Color

#fb86ee #86fb93

#fb86ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb86ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb86ee Color CSS Codes

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

#fb86ee Text Font Color

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

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


#fb86ee Background Color

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

This div background color is #fb86ee


#fb86ee Border Color

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

This div border color is #fb86ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb86ee


Comments

No comments written yet.

Please login to write comment.