Color Hex Logo

#fbc66a Color Hex

#FBC66A
(251,198,106)
0 Favorites   0 Comments

Color spaces of #fbc66a

RGB 251198106
HSL0.110.950.70
HSV38°58°98°
CMYK 0.000.210.58   0.02
XYZ62.579361.938022.2926
Yxy61.93800.42630.4219
Hunter Lab78.70074.209038.2961
CIE-Lab82.88048.769452.6062

#fbc66a color RGB value is (251,198,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01101010
Octal 373 306 152
Decimal 251 198 106
Hex FB C6 6A

RGB Percentages of Color #fbc66a

%45.23
%35.68
%19.10

CMYK Percentages of Color #fbc66a

%0
%21
%58
%2

Triadic Colors of #fbc66a

#fbc66a #6afbc6 #c66afb

Analogous Colors of #fbc66a

#fbc66a #e8fb6a #fb7e6a

Monochromatic Colors of #fbc66a

#fbc66a

Complementary Color

#fbc66a #6a9ffb

#fbc66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc66a Color CSS Codes

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

#fbc66a Text Font Color

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

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


#fbc66a Background Color

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

This div background color is #fbc66a


#fbc66a Border Color

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

This div border color is #fbc66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc66a


Comments

No comments written yet.

Please login to write comment.