Color Hex Logo

#fbd95f Color Hex

#FBD95F
(251,217,95)
0 Favorites   0 Comments

Color spaces of #fbd95f

RGB 25121795
HSL0.130.950.68
HSV47°62°98°
CMYK 0.000.140.62   0.02
XYZ66.662170.961221.0099
Yxy70.96120.42020.4473
Hunter Lab84.2385-6.161444.1794
CIE-Lab87.4662-1.735662.8183

#fbd95f color RGB value is (251,217,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 01011111
Octal 373 331 137
Decimal 251 217 95
Hex FB D9 5F

RGB Percentages of Color #fbd95f

%44.58
%38.54
%16.87

CMYK Percentages of Color #fbd95f

%0
%14
%62
%2

Triadic Colors of #fbd95f

#fbd95f #5ffbd9 #d95ffb

Analogous Colors of #fbd95f

#fbd95f #cffb5f #fb8b5f

Monochromatic Colors of #fbd95f

#fbd95f

Complementary Color

#fbd95f #5f81fb

#fbd95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd95f Color CSS Codes

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

#fbd95f Text Font Color

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

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


#fbd95f Background Color

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

This div background color is #fbd95f


#fbd95f Border Color

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

This div border color is #fbd95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd95f


Comments

No comments written yet.

Please login to write comment.