Color Hex Logo

#fbce7f Color Hex

#FBCE7F
(251,206,127)
0 Favorites   0 Comments

Color spaces of #fbce7f

RGB 251206127
HSL0.110.940.74
HSV38°49°98°
CMYK 0.000.180.49   0.02
XYZ65.685766.184129.3915
Yxy66.18410.40730.4104
Hunter Lab81.35361.753835.5272
CIE-Lab85.09026.325845.0376

#fbce7f color RGB value is (251,206,127).

#fbce7f hex color red value is 251, green value is 206 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fbce7f hue: 0.11 , saturation: 0.94 and the lightness value of fbce7f is 0.74.

The process color (four color CMYK) of #fbce7f color hex is 0.00, 0.18, 0.49, 0.02. Web safe color of #fbce7f is #ffcc66. Color #fbce7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 01111111
Octal 373 316 177
Decimal 251 206 127
Hex FB CE 7F

RGB Percentages of Color #fbce7f

%42.98
%35.27
%21.75

CMYK Percentages of Color #fbce7f

%0
%18
%49
%2

Triadic Colors of #fbce7f

#fbce7f #7ffbce #ce7ffb

Analogous Colors of #fbce7f

#fbce7f #eafb7f #fb907f

Monochromatic Colors of #fbce7f

#fbce7f

Complementary Color

#fbce7f #7facfb

#fbce7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbce7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbce7f Color CSS Codes

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

#fbce7f Text Font Color

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

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


#fbce7f Background Color

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

This div background color is #fbce7f


#fbce7f Border Color

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

This div border color is #fbce7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbce7f


Comments

No comments written yet.

Please login to write comment.