Color Hex Logo

#fbd65f Color Hex

#FBD65F
(251,214,95)
0 Favorites   0 Comments

Color spaces of #fbd65f

RGB 25121495
HSL0.130.950.68
HSV46°62°98°
CMYK 0.000.150.62   0.02
XYZ65.895869.428620.7544
Yxy69.42860.42220.4448
Hunter Lab83.3238-4.651843.5587
CIE-Lab86.7158-0.210361.9950

#fbd65f color RGB value is (251,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01011111
Octal 373 326 137
Decimal 251 214 95
Hex FB D6 5F

RGB Percentages of Color #fbd65f

%44.82
%38.21
%16.96

CMYK Percentages of Color #fbd65f

%0
%15
%62
%2

Triadic Colors of #fbd65f

#fbd65f #5ffbd6 #d65ffb

Analogous Colors of #fbd65f

#fbd65f #d2fb5f #fb885f

Monochromatic Colors of #fbd65f

#fbd65f

Complementary Color

#fbd65f #5f84fb

#fbd65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd65f Color CSS Codes

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

#fbd65f Text Font Color

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

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


#fbd65f Background Color

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

This div background color is #fbd65f


#fbd65f Border Color

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

This div border color is #fbd65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd65f

Related Colors


Comments

No comments written yet.

Please login to write comment.