Color Hex Logo

#fbc477 Color Hex

#FBC477
(251,196,119)
0 Favorites   0 Comments

Color spaces of #fbc477

RGB 251196119
HSL0.100.940.73
HSV35°53°98°
CMYK 0.000.220.53   0.02
XYZ62.853461.321025.9762
Yxy61.32100.41860.4084
Hunter Lab78.30776.233835.1478
CIE-Lab82.551010.823545.8736

#fbc477 color RGB value is (251,196,119).

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

The process color (four color CMYK) of #fbc477 color hex is 0.00, 0.22, 0.53, 0.02. Web safe color of #fbc477 is #ffcc66. Color #fbc477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01110111
Octal 373 304 167
Decimal 251 196 119
Hex FB C4 77

RGB Percentages of Color #fbc477

%44.35
%34.63
%21.02

CMYK Percentages of Color #fbc477

%0
%22
%53
%2

Triadic Colors of #fbc477

#fbc477 #77fbc4 #c477fb

Analogous Colors of #fbc477

#fbc477 #f0fb77 #fb8277

Monochromatic Colors of #fbc477

#fbc477

Complementary Color

#fbc477 #77aefb

#fbc477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc477 Color CSS Codes

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

#fbc477 Text Font Color

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

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


#fbc477 Background Color

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

This div background color is #fbc477


#fbc477 Border Color

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

This div border color is #fbc477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc477


Comments

No comments written yet.

Please login to write comment.