Color Hex Logo

#fbc97e Color Hex

#FBC97E
(251,201,126)
0 Favorites   0 Comments

Color spaces of #fbc97e

RGB 251201126
HSL0.100.940.74
HSV36°50°98°
CMYK 0.000.200.50   0.02
XYZ64.436263.788928.6550
Yxy63.78890.41070.4066
Hunter Lab79.86804.242134.6355
CIE-Lab83.85578.825943.9979

#fbc97e color RGB value is (251,201,126).

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

The process color (four color CMYK) of #fbc97e color hex is 0.00, 0.20, 0.50, 0.02. Web safe color of #fbc97e is #ffcc66. Color #fbc97e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01111110
Octal 373 311 176
Decimal 251 201 126
Hex FB C9 7E

RGB Percentages of Color #fbc97e

%43.43
%34.78
%21.80

CMYK Percentages of Color #fbc97e

%0
%20
%50
%2

Triadic Colors of #fbc97e

#fbc97e #7efbc9 #c97efb

Analogous Colors of #fbc97e

#fbc97e #effb7e #fb8b7e

Monochromatic Colors of #fbc97e

#fbc97e

Complementary Color

#fbc97e #7eb0fb

#fbc97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc97e Color CSS Codes

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

#fbc97e Text Font Color

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

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


#fbc97e Background Color

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

This div background color is #fbc97e


#fbc97e Border Color

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

This div border color is #fbc97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc97e


Comments

No comments written yet.

Please login to write comment.