Color Hex Logo

#fbc88b Color Hex

#FBC88B
(251,200,139)
0 Favorites   0 Comments

Color spaces of #fbc88b

RGB 251200139
HSL0.090.930.76
HSV33°45°98°
CMYK 0.000.200.45   0.02
XYZ65.098163.681933.2869
Yxy63.68190.40170.3929
Hunter Lab79.80095.960831.1294
CIE-Lab83.799910.565637.3377

#fbc88b color RGB value is (251,200,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 10001011
Octal 373 310 213
Decimal 251 200 139
Hex FB C8 8B

RGB Percentages of Color #fbc88b

%42.54
%33.90
%23.56

CMYK Percentages of Color #fbc88b

%0
%20
%45
%2

Triadic Colors of #fbc88b

#fbc88b #8bfbc8 #c88bfb

Analogous Colors of #fbc88b

#fbc88b #f6fb8b #fb908b

Monochromatic Colors of #fbc88b

#fbc88b

Complementary Color

#fbc88b #8bbefb

#fbc88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc88b Color CSS Codes

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

#fbc88b Text Font Color

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

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


#fbc88b Background Color

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

This div background color is #fbc88b


#fbc88b Border Color

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

This div border color is #fbc88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc88b

Related Colors


Comments

No comments written yet.

Please login to write comment.