Color Hex Logo

#fbec9b Color Hex

#FBEC9B
(251,236,155)
0 Favorites   0 Comments

Color spaces of #fbec9b

RGB 251236155
HSL0.140.920.80
HSV51°38°98°
CMYK 0.000.060.38   0.02
XYZ75.695582.866743.0156
Yxy82.86670.37550.4111
Hunter Lab91.0311-10.875735.7051
CIE-Lab92.9560-6.176441.1028

#fbec9b color RGB value is (251,236,155).

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

The process color (four color CMYK) of #fbec9b color hex is 0.00, 0.06, 0.38, 0.02. Web safe color of #fbec9b is #ffff99. Color #fbec9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 10011011
Octal 373 354 233
Decimal 251 236 155
Hex FB EC 9B

RGB Percentages of Color #fbec9b

%39.10
%36.76
%24.14

CMYK Percentages of Color #fbec9b

%0
%6
%38
%2

Triadic Colors of #fbec9b

#fbec9b #9bfbec #ec9bfb

Analogous Colors of #fbec9b

#fbec9b #dafb9b #fbbc9b

Monochromatic Colors of #fbec9b

#fbec9b

Complementary Color

#fbec9b #9baafb

#fbec9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec9b Color CSS Codes

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

#fbec9b Text Font Color

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

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


#fbec9b Background Color

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

This div background color is #fbec9b


#fbec9b Border Color

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

This div border color is #fbec9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec9b

Related Colors


Comments

No comments written yet.

Please login to write comment.