Color Hex Logo

#fbc772 Color Hex

#FBC772
(251,199,114)
0 Favorites   0 Comments

Color spaces of #fbc772

RGB 251199114
HSL0.100.940.72
HSV37°55°98°
CMYK 0.000.210.55   0.02
XYZ63.244362.571024.6637
Yxy62.57100.42030.4158
Hunter Lab79.10184.287936.8848
CIE-Lab83.21618.857749.1458

#fbc772 color RGB value is (251,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 01110010
Octal 373 307 162
Decimal 251 199 114
Hex FB C7 72

RGB Percentages of Color #fbc772

%44.50
%35.28
%20.21

CMYK Percentages of Color #fbc772

%0
%21
%55
%2

Triadic Colors of #fbc772

#fbc772 #72fbc7 #c772fb

Analogous Colors of #fbc772

#fbc772 #ebfb72 #fb8372

Monochromatic Colors of #fbc772

#fbc772

Complementary Color

#fbc772 #72a6fb

#fbc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc772 Color CSS Codes

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

#fbc772 Text Font Color

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

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


#fbc772 Background Color

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

This div background color is #fbc772


#fbc772 Border Color

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

This div border color is #fbc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc772


Comments

No comments written yet.

Please login to write comment.