Color Hex Logo

#fbd67a Color Hex

#FBD67A
(251,214,122)
0 Favorites   0 Comments

Color spaces of #fbd67a

RGB 251214122
HSL0.120.940.73
HSV43°51°98°
CMYK 0.000.150.51   0.02
XYZ67.343170.007528.3758
Yxy70.00750.40640.4224
Hunter Lab83.6705-2.755738.4619
CIE-Lab87.00051.778949.8376

#fbd67a color RGB value is (251,214,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01111010
Octal 373 326 172
Decimal 251 214 122
Hex FB D6 7A

RGB Percentages of Color #fbd67a

%42.76
%36.46
%20.78

CMYK Percentages of Color #fbd67a

%0
%15
%51
%2

Triadic Colors of #fbd67a

#fbd67a #7afbd6 #d67afb

Analogous Colors of #fbd67a

#fbd67a #e0fb7a #fb967a

Monochromatic Colors of #fbd67a

#fbd67a

Complementary Color

#fbd67a #7a9ffb

#fbd67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd67a Color CSS Codes

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

#fbd67a Text Font Color

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

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


#fbd67a Background Color

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

This div background color is #fbd67a


#fbd67a Border Color

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

This div border color is #fbd67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd67a

Related Colors


Comments

No comments written yet.

Please login to write comment.