Color Hex Logo

#fbd161 Color Hex

#FBD161
(251,209,97)
0 Favorites   0 Comments

Color spaces of #fbd161

RGB 25120997
HSL0.120.950.68
HSV44°61°98°
CMYK 0.000.170.61   0.02
XYZ64.741866.973220.8241
Yxy66.97320.42440.4391
Hunter Lab81.8372-2.002742.1992
CIE-Lab85.49042.473259.7535

#fbd161 color RGB value is (251,209,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 01100001
Octal 373 321 141
Decimal 251 209 97
Hex FB D1 61

RGB Percentages of Color #fbd161

%45.06
%37.52
%17.41

CMYK Percentages of Color #fbd161

%0
%17
%61
%2

Triadic Colors of #fbd161

#fbd161 #61fbd1 #d161fb

Analogous Colors of #fbd161

#fbd161 #d8fb61 #fb8461

Monochromatic Colors of #fbd161

#fbd161

Complementary Color

#fbd161 #618bfb

#fbd161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd161 Color CSS Codes

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

#fbd161 Text Font Color

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

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


#fbd161 Background Color

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

This div background color is #fbd161


#fbd161 Border Color

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

This div border color is #fbd161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd161


Comments

No comments written yet.

Please login to write comment.