Color Hex Logo

#fbd16b Color Hex

#FBD16B
(251,209,107)
0 Favorites   0 Comments

Color spaces of #fbd16b

RGB 251209107
HSL0.120.950.70
HSV43°57°98°
CMYK 0.000.170.57   0.02
XYZ65.238067.171723.4369
Yxy67.17170.41860.4310
Hunter Lab81.9583-1.342940.4162
CIE-Lab85.59063.162555.2955

#fbd16b color RGB value is (251,209,107).

#fbd16b hex color red value is 251, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fbd16b hue: 0.12 , saturation: 0.95 and the lightness value of fbd16b is 0.70.

The process color (four color CMYK) of #fbd16b color hex is 0.00, 0.17, 0.57, 0.02. Web safe color of #fbd16b is #ffcc66. Color #fbd16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 01101011
Octal 373 321 153
Decimal 251 209 107
Hex FB D1 6B

RGB Percentages of Color #fbd16b

%44.27
%36.86
%18.87

CMYK Percentages of Color #fbd16b

%0
%17
%57
%2

Triadic Colors of #fbd16b

#fbd16b #6bfbd1 #d16bfb

Analogous Colors of #fbd16b

#fbd16b #ddfb6b #fb896b

Monochromatic Colors of #fbd16b

#fbd16b

Complementary Color

#fbd16b #6b95fb

#fbd16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd16b Color CSS Codes

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

#fbd16b Text Font Color

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

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


#fbd16b Background Color

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

This div background color is #fbd16b


#fbd16b Border Color

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

This div border color is #fbd16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd16b

Related Colors


Comments

No comments written yet.

Please login to write comment.