Color Hex Logo

#fbd479 Color Hex

#FBD479
(251,212,121)
0 Favorites   0 Comments

Color spaces of #fbd479

RGB 251212121
HSL0.120.940.73
HSV42°52°98°
CMYK 0.000.160.52   0.02
XYZ66.778368.976727.8834
Yxy68.97670.40810.4215
Hunter Lab83.0522-1.818138.2309
CIE-Lab86.49252.719149.7049

#fbd479 color RGB value is (251,212,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01111001
Octal 373 324 171
Decimal 251 212 121
Hex FB D4 79

RGB Percentages of Color #fbd479

%42.98
%36.30
%20.72

CMYK Percentages of Color #fbd479

%0
%16
%52
%2

Triadic Colors of #fbd479

#fbd479 #79fbd4 #d479fb

Analogous Colors of #fbd479

#fbd479 #e1fb79 #fb9379

Monochromatic Colors of #fbd479

#fbd479

Complementary Color

#fbd479 #79a0fb

#fbd479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd479 Color CSS Codes

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

#fbd479 Text Font Color

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

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


#fbd479 Background Color

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

This div background color is #fbd479


#fbd479 Border Color

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

This div border color is #fbd479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,212,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 #fbd479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd479

Related Colors


Comments

No comments written yet.

Please login to write comment.