Color Hex Logo

#fbcb95 Color Hex

#FBCB95
(251,203,149)
0 Favorites   0 Comments

Color spaces of #fbcb95

RGB 251203149
HSL0.090.930.78
HSV32°41°98°
CMYK 0.000.190.41   0.02
XYZ66.564465.391037.5472
Yxy65.39100.39270.3858
Hunter Lab80.86475.420429.0757
CIE-Lab84.684810.035833.3446

#fbcb95 color RGB value is (251,203,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10010101
Octal 373 313 225
Decimal 251 203 149
Hex FB CB 95

RGB Percentages of Color #fbcb95

%41.63
%33.67
%24.71

CMYK Percentages of Color #fbcb95

%0
%19
%41
%2

Triadic Colors of #fbcb95

#fbcb95 #95fbcb #cb95fb

Analogous Colors of #fbcb95

#fbcb95 #f8fb95 #fb9895

Monochromatic Colors of #fbcb95

#fbcb95

Complementary Color

#fbcb95 #95c5fb

#fbcb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb95 Color CSS Codes

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

#fbcb95 Text Font Color

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

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


#fbcb95 Background Color

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

This div background color is #fbcb95


#fbcb95 Border Color

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

This div border color is #fbcb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb95


Comments

No comments written yet.

Please login to write comment.