Color Hex Logo

#fbf38b Color Hex

#FBF38B
(251,243,139)
0 Favorites   0 Comments

Color spaces of #fbf38b

RGB 251243139
HSL0.150.930.76
HSV56°45°98°
CMYK 0.000.030.45   0.02
XYZ76.494586.474537.0857
Yxy86.47450.38240.4323
Hunter Lab92.9917-15.902241.4489
CIE-Lab94.5149-11.270450.8700

#fbf38b color RGB value is (251,243,139).

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

The process color (four color CMYK) of #fbf38b color hex is 0.00, 0.03, 0.45, 0.02. Web safe color of #fbf38b is #ffff99. Color #fbf38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 10001011
Octal 373 363 213
Decimal 251 243 139
Hex FB F3 8B

RGB Percentages of Color #fbf38b

%39.65
%38.39
%21.96

CMYK Percentages of Color #fbf38b

%0
%3
%45
%2

Triadic Colors of #fbf38b

#fbf38b #8bfbf3 #f38bfb

Analogous Colors of #fbf38b

#fbf38b #cbfb8b #fbbb8b

Monochromatic Colors of #fbf38b

#fbf38b

Complementary Color

#fbf38b #8b93fb

#fbf38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf38b Color CSS Codes

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

#fbf38b Text Font Color

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

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


#fbf38b Background Color

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

This div background color is #fbf38b


#fbf38b Border Color

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

This div border color is #fbf38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf38b

Related Colors


Comments

No comments written yet.

Please login to write comment.