Color Hex Logo

#fbc67a Color Hex

#FBC67A
(251,198,122)
0 Favorites   0 Comments

Color spaces of #fbc67a

RGB 251198122
HSL0.100.940.73
HSV35°51°98°
CMYK 0.000.210.51   0.02
XYZ63.490662.302527.0916
Yxy62.30250.41530.4075
Hunter Lab78.93195.449434.9024
CIE-Lab83.074010.036245.0248

#fbc67a color RGB value is (251,198,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 01111010
Octal 373 306 172
Decimal 251 198 122
Hex FB C6 7A

RGB Percentages of Color #fbc67a

%43.96
%34.68
%21.37

CMYK Percentages of Color #fbc67a

%0
%21
%51
%2

Triadic Colors of #fbc67a

#fbc67a #7afbc6 #c67afb

Analogous Colors of #fbc67a

#fbc67a #f0fb7a #fb867a

Monochromatic Colors of #fbc67a

#fbc67a

Complementary Color

#fbc67a #7aaffb

#fbc67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc67a Color CSS Codes

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

#fbc67a Text Font Color

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

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


#fbc67a Background Color

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

This div background color is #fbc67a


#fbc67a Border Color

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

This div border color is #fbc67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc67a


Comments

No comments written yet.

Please login to write comment.