Color Hex Logo

#fbc174 Color Hex

#FBC174
(251,193,116)
0 Favorites   0 Comments

Color spaces of #fbc174

RGB 251193116
HSL0.100.940.72
HSV34°54°98°
CMYK 0.000.230.54   0.02
XYZ62.006059.910124.8187
Yxy59.91010.42260.4083
Hunter Lab77.40167.542535.1699
CIE-Lab81.789312.140246.4308

#fbc174 color RGB value is (251,193,116).

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

The process color (four color CMYK) of #fbc174 color hex is 0.00, 0.23, 0.54, 0.02. Web safe color of #fbc174 is #ffcc66. Color #fbc174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 01110100
Octal 373 301 164
Decimal 251 193 116
Hex FB C1 74

RGB Percentages of Color #fbc174

%44.82
%34.46
%20.71

CMYK Percentages of Color #fbc174

%0
%23
%54
%2

Triadic Colors of #fbc174

#fbc174 #74fbc1 #c174fb

Analogous Colors of #fbc174

#fbc174 #f2fb74 #fb7e74

Monochromatic Colors of #fbc174

#fbc174

Complementary Color

#fbc174 #74aefb

#fbc174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc174 Color CSS Codes

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

#fbc174 Text Font Color

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

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


#fbc174 Background Color

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

This div background color is #fbc174


#fbc174 Border Color

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

This div border color is #fbc174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc174


Comments

No comments written yet.

Please login to write comment.