Color Hex Logo

#fbe086 Color Hex

#FBE086
(251,224,134)
0 Favorites   0 Comments

Color spaces of #fbe086

RGB 251224134
HSL0.130.940.75
HSV46°47°98°
CMYK 0.000.110.47   0.02
XYZ70.742475.541833.4068
Yxy75.54180.39370.4204
Hunter Lab86.9148-6.814738.0515
CIE-Lab89.6462-2.247447.2559

#fbe086 color RGB value is (251,224,134).

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

The process color (four color CMYK) of #fbe086 color hex is 0.00, 0.11, 0.47, 0.02. Web safe color of #fbe086 is #ffcc99. Color #fbe086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10000110
Octal 373 340 206
Decimal 251 224 134
Hex FB E0 86

RGB Percentages of Color #fbe086

%41.22
%36.78
%22.00

CMYK Percentages of Color #fbe086

%0
%11
%47
%2

Triadic Colors of #fbe086

#fbe086 #86fbe0 #e086fb

Analogous Colors of #fbe086

#fbe086 #dcfb86 #fba686

Monochromatic Colors of #fbe086

#fbe086

Complementary Color

#fbe086 #86a1fb

#fbe086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe086 Color CSS Codes

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

#fbe086 Text Font Color

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

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


#fbe086 Background Color

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

This div background color is #fbe086


#fbe086 Border Color

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

This div border color is #fbe086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe086

Related Colors


Comments

No comments written yet.

Please login to write comment.