Color Hex Logo

#fbde9b Color Hex

#FBDE9B
(251,222,155)
0 Favorites   0 Comments

Color spaces of #fbde9b

RGB 251222155
HSL0.120.920.80
HSV42°38°98°
CMYK 0.000.120.38   0.02
XYZ71.821375.118341.7242
Yxy75.11830.38070.3982
Hunter Lab86.6708-3.756732.1268
CIE-Lab89.44840.897136.5387

#fbde9b color RGB value is (251,222,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10011011
Octal 373 336 233
Decimal 251 222 155
Hex FB DE 9B

RGB Percentages of Color #fbde9b

%39.97
%35.35
%24.68

CMYK Percentages of Color #fbde9b

%0
%12
%38
%2

Triadic Colors of #fbde9b

#fbde9b #9bfbde #de9bfb

Analogous Colors of #fbde9b

#fbde9b #e8fb9b #fbae9b

Monochromatic Colors of #fbde9b

#fbde9b

Complementary Color

#fbde9b #9bb8fb

#fbde9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbde9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbde9b Color CSS Codes

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

#fbde9b Text Font Color

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

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


#fbde9b Background Color

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

This div background color is #fbde9b


#fbde9b Border Color

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

This div border color is #fbde9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbde9b

Related Colors


Comments

No comments written yet.

Please login to write comment.