Color Hex Logo

#fbd979 Color Hex

#FBD979
(251,217,121)
0 Favorites   0 Comments

Color spaces of #fbd979

RGB 251217121
HSL0.120.940.73
HSV44°52°98°
CMYK 0.000.140.52   0.02
XYZ68.047771.515428.3065
Yxy71.51540.40540.4260
Hunter Lab84.5668-4.359639.3510
CIE-Lab87.73480.163251.2077

#fbd979 color RGB value is (251,217,121).

#fbd979 hex color red value is 251, green value is 217 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fbd979 hue: 0.12 , saturation: 0.94 and the lightness value of fbd979 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01111001
Octal 373 331 171
Decimal 251 217 121
Hex FB D9 79

RGB Percentages of Color #fbd979

%42.61
%36.84
%20.54

CMYK Percentages of Color #fbd979

%0
%14
%52
%2

Triadic Colors of #fbd979

#fbd979 #79fbd9 #d979fb

Analogous Colors of #fbd979

#fbd979 #dcfb79 #fb9879

Monochromatic Colors of #fbd979

#fbd979

Complementary Color

#fbd979 #799bfb

#fbd979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd979 Color CSS Codes

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

#fbd979 Text Font Color

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

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


#fbd979 Background Color

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

This div background color is #fbd979


#fbd979 Border Color

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

This div border color is #fbd979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd979


Comments

No comments written yet.

Please login to write comment.