Color Hex Logo

#fbd95a Color Hex

#FBD95A
(251,217,90)
0 Favorites   0 Comments

Color spaces of #fbd95a

RGB 25121790
HSL0.130.950.67
HSV47°64°98°
CMYK 0.000.140.64   0.02
XYZ66.442070.873119.8509
Yxy70.87310.42280.4509
Hunter Lab84.1862-6.448744.9499
CIE-Lab87.4233-2.040464.9099

#fbd95a color RGB value is (251,217,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01011010
Octal 373 331 132
Decimal 251 217 90
Hex FB D9 5A

RGB Percentages of Color #fbd95a

%44.98
%38.89
%16.13

CMYK Percentages of Color #fbd95a

%0
%14
%64
%2

Triadic Colors of #fbd95a

#fbd95a #5afbd9 #d95afb

Analogous Colors of #fbd95a

#fbd95a #cdfb5a #fb895a

Monochromatic Colors of #fbd95a

#fbd95a

Complementary Color

#fbd95a #5a7cfb

#fbd95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd95a Color CSS Codes

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

#fbd95a Text Font Color

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

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


#fbd95a Background Color

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

This div background color is #fbd95a


#fbd95a Border Color

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

This div border color is #fbd95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd95a


Comments

No comments written yet.

Please login to write comment.