Color Hex Logo

#fbc39b Color Hex

#FBC39B
(251,195,155)
0 Favorites   0 Comments

Color spaces of #fbc39b

RGB 251195155
HSL0.070.920.80
HSV25°38°98°
CMYK 0.000.220.38   0.02
XYZ65.215261.906039.5222
Yxy61.90600.39130.3715
Hunter Lab78.680410.261325.2941
CIE-Lab82.863414.866227.7871

#fbc39b color RGB value is (251,195,155).

#fbc39b hex color red value is 251, green value is 195 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fbc39b hue: 0.07 , saturation: 0.92 and the lightness value of fbc39b is 0.80.

The process color (four color CMYK) of #fbc39b color hex is 0.00, 0.22, 0.38, 0.02. Web safe color of #fbc39b is #ffcc99. Color #fbc39b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10011011
Octal 373 303 233
Decimal 251 195 155
Hex FB C3 9B

RGB Percentages of Color #fbc39b

%41.76
%32.45
%25.79

CMYK Percentages of Color #fbc39b

%0
%22
%38
%2

Triadic Colors of #fbc39b

#fbc39b #9bfbc3 #c39bfb

Analogous Colors of #fbc39b

#fbc39b #fbf39b #fb9ba3

Monochromatic Colors of #fbc39b

#fbc39b

Complementary Color

#fbc39b #9bd3fb

#fbc39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc39b Color CSS Codes

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

#fbc39b Text Font Color

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

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


#fbc39b Background Color

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

This div background color is #fbc39b


#fbc39b Border Color

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

This div border color is #fbc39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc39b


Comments

No comments written yet.

Please login to write comment.