Color Hex Logo

#fbec86 Color Hex

#FBEC86
(251,236,134)
0 Favorites   0 Comments

Color spaces of #fbec86

RGB 251236134
HSL0.150.940.75
HSV52°47°98°
CMYK 0.000.060.47   0.02
XYZ74.082282.221434.5200
Yxy82.22140.38820.4309
Hunter Lab90.6760-12.848740.9017
CIE-Lab92.6725-8.270450.9917

#fbec86 color RGB value is (251,236,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 10000110
Octal 373 354 206
Decimal 251 236 134
Hex FB EC 86

RGB Percentages of Color #fbec86

%40.42
%38.00
%21.58

CMYK Percentages of Color #fbec86

%0
%6
%47
%2

Triadic Colors of #fbec86

#fbec86 #86fbec #ec86fb

Analogous Colors of #fbec86

#fbec86 #d0fb86 #fbb286

Monochromatic Colors of #fbec86

#fbec86

Complementary Color

#fbec86 #8695fb

#fbec86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec86 Color CSS Codes

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

#fbec86 Text Font Color

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

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


#fbec86 Background Color

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

This div background color is #fbec86


#fbec86 Border Color

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

This div border color is #fbec86


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,236,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 #fbec86">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec86


Comments

No comments written yet.

Please login to write comment.