Color Hex Logo

#fbc68b Color Hex

#FBC68B
(251,198,139)
0 Favorites   0 Comments

Color spaces of #fbc68b

RGB 251198139
HSL0.090.930.76
HSV32°45°98°
CMYK 0.000.210.45   0.02
XYZ64.637962.761533.1335
Yxy62.76150.40260.3910
Hunter Lab79.22227.000630.6583
CIE-Lab83.316711.607136.7120

#fbc68b color RGB value is (251,198,139).

#fbc68b hex color red value is 251, green value is 198 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fbc68b hue: 0.09 , saturation: 0.93 and the lightness value of fbc68b is 0.76.

The process color (four color CMYK) of #fbc68b color hex is 0.00, 0.21, 0.45, 0.02. Web safe color of #fbc68b is #ffcc99. Color #fbc68b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10001011
Octal 373 306 213
Decimal 251 198 139
Hex FB C6 8B

RGB Percentages of Color #fbc68b

%42.69
%33.67
%23.64

CMYK Percentages of Color #fbc68b

%0
%21
%45
%2

Triadic Colors of #fbc68b

#fbc68b #8bfbc6 #c68bfb

Analogous Colors of #fbc68b

#fbc68b #f8fb8b #fb8e8b

Monochromatic Colors of #fbc68b

#fbc68b

Complementary Color

#fbc68b #8bc0fb

#fbc68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc68b Color CSS Codes

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

#fbc68b Text Font Color

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

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


#fbc68b Background Color

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

This div background color is #fbc68b


#fbc68b Border Color

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

This div border color is #fbc68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc68b


Comments

No comments written yet.

Please login to write comment.