Color Hex Logo

#fbcc9b Color Hex

#FBCC9B
(251,204,155)
0 Favorites   0 Comments

Color spaces of #fbcc9b

RGB 251204155
HSL0.090.920.80
HSV31°38°98°
CMYK 0.000.190.38   0.02
XYZ67.292966.061540.2148
Yxy66.06150.38770.3806
Hunter Lab81.27825.549127.5593
CIE-Lab85.027810.171530.6902

#fbcc9b color RGB value is (251,204,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 10011011
Octal 373 314 233
Decimal 251 204 155
Hex FB CC 9B

RGB Percentages of Color #fbcc9b

%41.15
%33.44
%25.41

CMYK Percentages of Color #fbcc9b

%0
%19
%38
%2

Triadic Colors of #fbcc9b

#fbcc9b #9bfbcc #cc9bfb

Analogous Colors of #fbcc9b

#fbcc9b #fafb9b #fb9c9b

Monochromatic Colors of #fbcc9b

#fbcc9b

Complementary Color

#fbcc9b #9bcafb

#fbcc9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc9b Color CSS Codes

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

#fbcc9b Text Font Color

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

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


#fbcc9b Background Color

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

This div background color is #fbcc9b


#fbcc9b Border Color

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

This div border color is #fbcc9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc9b


Comments

No comments written yet.

Please login to write comment.