Color Hex Logo

#fbc464 Color Hex

#FBC464
(251,196,100)
0 Favorites   0 Comments

Color spaces of #fbc464

RGB 251196100
HSL0.110.950.69
HSV38°60°98°
CMYK 0.000.220.60   0.02
XYZ61.823860.909220.5548
Yxy60.90920.43150.4251
Hunter Lab78.04434.823439.0156
CIE-Lab82.32999.384854.8032

#fbc464 color RGB value is (251,196,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01100100
Octal 373 304 144
Decimal 251 196 100
Hex FB C4 64

RGB Percentages of Color #fbc464

%45.89
%35.83
%18.28

CMYK Percentages of Color #fbc464

%0
%22
%60
%2

Triadic Colors of #fbc464

#fbc464 #64fbc4 #c464fb

Analogous Colors of #fbc464

#fbc464 #e7fb64 #fb7964

Monochromatic Colors of #fbc464

#fbc464

Complementary Color

#fbc464 #649bfb

#fbc464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc464 Color CSS Codes

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

#fbc464 Text Font Color

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

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


#fbc464 Background Color

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

This div background color is #fbc464


#fbc464 Border Color

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

This div border color is #fbc464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc464

Related Colors


Comments

No comments written yet.

Please login to write comment.