Color Hex Logo

#fbe16c Color Hex

#FBE16C
(251,225,108)
0 Favorites   0 Comments

Color spaces of #fbe16c

RGB 251225108
HSL0.140.950.70
HSV49°57°98°
CMYK 0.000.100.57   0.02
XYZ69.415675.442425.0906
Yxy75.44240.40850.4439
Hunter Lab86.8576-9.345643.6732
CIE-Lab89.5998-4.898359.4527

#fbe16c color RGB value is (251,225,108).

#fbe16c hex color red value is 251, green value is 225 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fbe16c hue: 0.14 , saturation: 0.95 and the lightness value of fbe16c is 0.70.

The process color (four color CMYK) of #fbe16c color hex is 0.00, 0.10, 0.57, 0.02. Web safe color of #fbe16c is #ffcc66. Color #fbe16c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 01101100
Octal 373 341 154
Decimal 251 225 108
Hex FB E1 6C

RGB Percentages of Color #fbe16c

%42.98
%38.53
%18.49

CMYK Percentages of Color #fbe16c

%0
%10
%57
%2

Triadic Colors of #fbe16c

#fbe16c #6cfbe1 #e16cfb

Analogous Colors of #fbe16c

#fbe16c #cefb6c #fb9a6c

Monochromatic Colors of #fbe16c

#fbe16c

Complementary Color

#fbe16c #6c86fb

#fbe16c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe16c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe16c Color CSS Codes

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

#fbe16c Text Font Color

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

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


#fbe16c Background Color

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

This div background color is #fbe16c


#fbe16c Border Color

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

This div border color is #fbe16c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe16c


Comments

No comments written yet.

Please login to write comment.