Color Hex Logo

#fbc070 Color Hex

#FBC070
(251,192,112)
0 Favorites   0 Comments

Color spaces of #fbc070

RGB 251192112
HSL0.100.950.71
HSV35°55°98°
CMYK 0.000.240.55   0.02
XYZ61.557959.378423.5459
Yxy59.37840.42610.4110
Hunter Lab77.05747.745735.8233
CIE-Lab81.499112.343748.0558

#fbc070 color RGB value is (251,192,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 01110000
Octal 373 300 160
Decimal 251 192 112
Hex FB C0 70

RGB Percentages of Color #fbc070

%45.23
%34.59
%20.18

CMYK Percentages of Color #fbc070

%0
%24
%55
%2

Triadic Colors of #fbc070

#fbc070 #70fbc0 #c070fb

Analogous Colors of #fbc070

#fbc070 #f1fb70 #fb7b70

Monochromatic Colors of #fbc070

#fbc070

Complementary Color

#fbc070 #70abfb

#fbc070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc070 Color CSS Codes

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

#fbc070 Text Font Color

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

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


#fbc070 Background Color

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

This div background color is #fbc070


#fbc070 Border Color

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

This div border color is #fbc070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc070


Comments

No comments written yet.

Please login to write comment.