Color Hex Logo

#fbd970 Color Hex

#FBD970
(251,217,112)
0 Favorites   0 Comments

Color spaces of #fbd970

RGB 251217112
HSL0.130.950.71
HSV45°55°98°
CMYK 0.000.140.55   0.02
XYZ67.521171.304825.5337
Yxy71.30480.41080.4338
Hunter Lab84.4422-5.042841.1814
CIE-Lab87.6329-0.554355.3438

#fbd970 color RGB value is (251,217,112).

#fbd970 hex color red value is 251, green value is 217 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fbd970 hue: 0.13 , saturation: 0.95 and the lightness value of fbd970 is 0.71.

The process color (four color CMYK) of #fbd970 color hex is 0.00, 0.14, 0.55, 0.02. Web safe color of #fbd970 is #ffcc66. Color #fbd970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01110000
Octal 373 331 160
Decimal 251 217 112
Hex FB D9 70

RGB Percentages of Color #fbd970

%43.28
%37.41
%19.31

CMYK Percentages of Color #fbd970

%0
%14
%55
%2

Triadic Colors of #fbd970

#fbd970 #70fbd9 #d970fb

Analogous Colors of #fbd970

#fbd970 #d8fb70 #fb9470

Monochromatic Colors of #fbd970

#fbd970

Complementary Color

#fbd970 #7092fb

#fbd970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd970 Color CSS Codes

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

#fbd970 Text Font Color

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

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


#fbd970 Background Color

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

This div background color is #fbd970


#fbd970 Border Color

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

This div border color is #fbd970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd970


Comments

No comments written yet.

Please login to write comment.