Color Hex Logo

#fbc970 Color Hex

#FBC970
(251,201,112)
0 Favorites   0 Comments

Color spaces of #fbc970

RGB 251201112
HSL0.110.950.71
HSV38°55°98°
CMYK 0.000.200.55   0.02
XYZ63.594963.452424.2250
Yxy63.45240.42040.4195
Hunter Lab79.65703.107337.7289
CIE-Lab83.67987.664150.6724

#fbc970 color RGB value is (251,201,112).

#fbc970 hex color red value is 251, green value is 201 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fbc970 hue: 0.11 , saturation: 0.95 and the lightness value of fbc970 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 01110000
Octal 373 311 160
Decimal 251 201 112
Hex FB C9 70

RGB Percentages of Color #fbc970

%44.50
%35.64
%19.86

CMYK Percentages of Color #fbc970

%0
%20
%55
%2

Triadic Colors of #fbc970

#fbc970 #70fbc9 #c970fb

Analogous Colors of #fbc970

#fbc970 #e8fb70 #fb8470

Monochromatic Colors of #fbc970

#fbc970

Complementary Color

#fbc970 #70a2fb

#fbc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc970 Color CSS Codes

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

#fbc970 Text Font Color

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

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


#fbc970 Background Color

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

This div background color is #fbc970


#fbc970 Border Color

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

This div border color is #fbc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc970


Comments

No comments written yet.

Please login to write comment.