Color Hex Logo

#fbee86 Color Hex

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

Color spaces of #fbee86

RGB 251238134
HSL0.150.940.75
HSV53°47°98°
CMYK 0.000.050.47   0.02
XYZ74.661383.379534.7130
Yxy83.37950.38730.4326
Hunter Lab91.3124-13.846641.3792
CIE-Lab93.1803-9.263551.6136

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

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

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

Base Numbers

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

RGB Percentages of Color #fbee86

%40.29
%38.20
%21.51

CMYK Percentages of Color #fbee86

%0
%5
%47
%2

Triadic Colors of #fbee86

#fbee86 #86fbee #ee86fb

Analogous Colors of #fbee86

#fbee86 #cefb86 #fbb486

Monochromatic Colors of #fbee86

#fbee86

Complementary Color

#fbee86 #8693fb

#fbee86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbee86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbee86 Color CSS Codes

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

#fbee86 Text Font Color

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

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


#fbee86 Background Color

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

This div background color is #fbee86


#fbee86 Border Color

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

This div border color is #fbee86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbee86

Related Colors


Comments

No comments written yet.

Please login to write comment.