Color Hex Logo

#fbd57a Color Hex

#FBD57A
(251,213,122)
0 Favorites   0 Comments

Color spaces of #fbd57a

RGB 251213122
HSL0.120.940.73
HSV42°51°98°
CMYK 0.000.150.51   0.02
XYZ67.090869.502928.2917
Yxy69.50290.40690.4215
Hunter Lab83.3684-2.246738.2374
CIE-Lab86.75252.290849.5362

#fbd57a color RGB value is (251,213,122).

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

The process color (four color CMYK) of #fbd57a color hex is 0.00, 0.15, 0.51, 0.02. Web safe color of #fbd57a is #ffcc66. Color #fbd57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01111010
Octal 373 325 172
Decimal 251 213 122
Hex FB D5 7A

RGB Percentages of Color #fbd57a

%42.83
%36.35
%20.82

CMYK Percentages of Color #fbd57a

%0
%15
%51
%2

Triadic Colors of #fbd57a

#fbd57a #7afbd5 #d57afb

Analogous Colors of #fbd57a

#fbd57a #e1fb7a #fb957a

Monochromatic Colors of #fbd57a

#fbd57a

Complementary Color

#fbd57a #7aa0fb

#fbd57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd57a Color CSS Codes

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

#fbd57a Text Font Color

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

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


#fbd57a Background Color

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

This div background color is #fbd57a


#fbd57a Border Color

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

This div border color is #fbd57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd57a


Comments

No comments written yet.

Please login to write comment.