color codes Logo

#fbf39d color codes

#FBF39D
(251,243,157)
0 Favorites   0 Comments

Color spaces of #fbf39d

RGB 251243157
HSL0.150.920.80
HSV55°37°98°
CMYK 0.000.030.37   0.02
XYZ77.920187.044744.5928
Yxy87.04470.37180.4154
Hunter Lab93.2977-14.192036.9700
CIE-Lab94.7572-9.443742.4362

#fbf39d color RGB value is (251,243,157).

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

The process color (four color CMYK) of #fbf39d color code is 0.00, 0.03, 0.37, 0.02. Web safe color of #fbf39d is #ffff99. Color #fbf39d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 10011101
Octal 373 363 235
Decimal 251 243 157
Hex FB F3 9D

RGB Percentages of Color #fbf39d

%38.56
%37.33
%24.12

CMYK Percentages of Color #fbf39d

%0
%3
%37
%2

Triadic Colors of #fbf39d

#fbf39d #9dfbf3 #f39dfb

Analogous Colors of #fbf39d

#fbf39d #d4fb9d #fbc49d

Monochromatic Colors of #fbf39d

#fbf39d

Complementary Color

#fbf39d #9da5fb

#fbf39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf39d Color CSS Codes

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

#fbf39d Text Font Color

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

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


#fbf39d Background Color

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

This div background color is #fbf39d


#fbf39d Border Color

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

This div border color is #fbf39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf39d

Related Colors


Comments

No comments written yet.

Please login to write comment.