Color Hex Logo

#fbd717 Color Hex

#FBD717
(251,215,23)
0 Favorites   0 Comments

Color spaces of #fbd717

RGB 25121523
HSL0.140.970.54
HSV51°91°98°
CMYK 0.000.140.91   0.02
XYZ64.238869.172010.7764
Yxy69.17200.44550.4797
Hunter Lab83.1697-7.676850.5365
CIE-Lab86.5892-3.405084.3652

#fbd717 color RGB value is (251,215,23).

#fbd717 hex color red value is 251, green value is 215 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fbd717 hue: 0.14 , saturation: 0.97 and the lightness value of fbd717 is 0.54.

The process color (four color CMYK) of #fbd717 color hex is 0.00, 0.14, 0.91, 0.02. Web safe color of #fbd717 is #ffcc00. Color #fbd717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 00010111
Octal 373 327 27
Decimal 251 215 23
Hex FB D7 17

RGB Percentages of Color #fbd717

%51.33
%43.97
%4.70

CMYK Percentages of Color #fbd717

%0
%14
%91
%2

Triadic Colors of #fbd717

#fbd717 #17fbd7 #d717fb

Analogous Colors of #fbd717

#fbd717 #adfb17 #fb6517

Monochromatic Colors of #fbd717

#fbd717

Complementary Color

#fbd717 #173bfb

#fbd717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd717 Color CSS Codes

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

#fbd717 Text Font Color

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

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


#fbd717 Background Color

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

This div background color is #fbd717


#fbd717 Border Color

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

This div border color is #fbd717


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd717

Related Colors


Comments

No comments written yet.

Please login to write comment.