Color Hex Logo

#fbc68c Color Hex

#FBC68C
(251,198,140)
0 Favorites   0 Comments

Color spaces of #fbc68c

RGB 251198140
HSL0.090.930.77
HSV31°44°98°
CMYK 0.000.210.44   0.02
XYZ64.711462.790833.5201
Yxy62.79080.40190.3900
Hunter Lab79.24067.099830.3878
CIE-Lab83.332211.707136.2174

#fbc68c color RGB value is (251,198,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10001100
Octal 373 306 214
Decimal 251 198 140
Hex FB C6 8C

RGB Percentages of Color #fbc68c

%42.61
%33.62
%23.77

CMYK Percentages of Color #fbc68c

%0
%21
%44
%2

Triadic Colors of #fbc68c

#fbc68c #8cfbc6 #c68cfb

Analogous Colors of #fbc68c

#fbc68c #f9fb8c #fb8f8c

Monochromatic Colors of #fbc68c

#fbc68c

Complementary Color

#fbc68c #8cc1fb

#fbc68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc68c Color CSS Codes

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

#fbc68c Text Font Color

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

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


#fbc68c Background Color

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

This div background color is #fbc68c


#fbc68c Border Color

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

This div border color is #fbc68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc68c


Comments

No comments written yet.

Please login to write comment.