Color Hex Logo

#fbd64f Color Hex

#FBD64F
(251,214,79)
0 Favorites   0 Comments

Color spaces of #fbd64f

RGB 25121479
HSL0.130.960.65
HSV47°69°98°
CMYK 0.000.150.69   0.02
XYZ65.241569.166917.3091
Yxy69.16690.43000.4559
Hunter Lab83.1666-5.514245.8769
CIE-Lab86.5866-1.122968.5303

#fbd64f color RGB value is (251,214,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01001111
Octal 373 326 117
Decimal 251 214 79
Hex FB D6 4F

RGB Percentages of Color #fbd64f

%46.14
%39.34
%14.52

CMYK Percentages of Color #fbd64f

%0
%15
%69
%2

Triadic Colors of #fbd64f

#fbd64f #4ffbd6 #d64ffb

Analogous Colors of #fbd64f

#fbd64f #cafb4f #fb804f

Monochromatic Colors of #fbd64f

#fbd64f

Complementary Color

#fbd64f #4f74fb

#fbd64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd64f Color CSS Codes

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

#fbd64f Text Font Color

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

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


#fbd64f Background Color

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

This div background color is #fbd64f


#fbd64f Border Color

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

This div border color is #fbd64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd64f

Related Colors


Comments

No comments written yet.

Please login to write comment.