Color Hex Logo

#fbc468 Color Hex

#FBC468
(251,196,104)
0 Favorites   0 Comments

Color spaces of #fbc468

RGB 251196104
HSL0.100.950.70
HSV38°59°98°
CMYK 0.000.220.59   0.02
XYZ62.022360.988621.5997
Yxy60.98860.42890.4217
Hunter Lab78.09525.096038.2681
CIE-Lab82.37269.663952.9648

#fbc468 color RGB value is (251,196,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 01101000
Octal 373 304 150
Decimal 251 196 104
Hex FB C4 68

RGB Percentages of Color #fbc468

%45.55
%35.57
%18.87

CMYK Percentages of Color #fbc468

%0
%22
%59
%2

Triadic Colors of #fbc468

#fbc468 #68fbc4 #c468fb

Analogous Colors of #fbc468

#fbc468 #e9fb68 #fb7b68

Monochromatic Colors of #fbc468

#fbc468

Complementary Color

#fbc468 #689ffb

#fbc468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc468 Color CSS Codes

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

#fbc468 Text Font Color

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

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


#fbc468 Background Color

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

This div background color is #fbc468


#fbc468 Border Color

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

This div border color is #fbc468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc468

Related Colors


Comments

No comments written yet.

Please login to write comment.