Color Hex Logo

#fbc38b Color Hex

#FBC38B
(251,195,139)
0 Favorites   0 Comments

Color spaces of #fbc38b

RGB 251195139
HSL0.080.930.76
HSV30°45°98°
CMYK 0.000.220.45   0.02
XYZ63.959061.403532.9072
Yxy61.40350.40410.3880
Hunter Lab78.36048.563929.9536
CIE-Lab82.595213.172435.7749

#fbc38b color RGB value is (251,195,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 10001011
Octal 373 303 213
Decimal 251 195 139
Hex FB C3 8B

RGB Percentages of Color #fbc38b

%42.91
%33.33
%23.76

CMYK Percentages of Color #fbc38b

%0
%22
%45
%2

Triadic Colors of #fbc38b

#fbc38b #8bfbc3 #c38bfb

Analogous Colors of #fbc38b

#fbc38b #fbfb8b #fb8b8b

Monochromatic Colors of #fbc38b

#fbc38b

Complementary Color

#fbc38b #8bc3fb

#fbc38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc38b Color CSS Codes

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

#fbc38b Text Font Color

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

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


#fbc38b Background Color

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

This div background color is #fbc38b


#fbc38b Border Color

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

This div border color is #fbc38b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,195,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 #fbc38b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc38b

Related Colors

#fbc38b Color Palettes


Comments

No comments written yet.

Please login to write comment.