Color Hex Logo

#fbc714 Color Hex

#FBC714
(251,199,20)
0 Favorites   0 Comments

Color spaces of #fbc714

RGB 25119920
HSL0.130.970.53
HSV46°92°98°
CMYK 0.000.210.92   0.02
XYZ60.333461.40669.3346
Yxy61.40660.46030.4685
Hunter Lab78.36240.298147.7910
CIE-Lab82.59684.724681.8067

#fbc714 color RGB value is (251,199,20).

#fbc714 hex color red value is 251, green value is 199 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fbc714 hue: 0.13 , saturation: 0.97 and the lightness value of fbc714 is 0.53.

The process color (four color CMYK) of #fbc714 color hex is 0.00, 0.21, 0.92, 0.02. Web safe color of #fbc714 is #ffcc00. Color #fbc714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000111 00010100
Octal 373 307 24
Decimal 251 199 20
Hex FB C7 14

RGB Percentages of Color #fbc714

%53.40
%42.34
%4.26

CMYK Percentages of Color #fbc714

%0
%21
%92
%2

Triadic Colors of #fbc714

#fbc714 #14fbc7 #c714fb

Analogous Colors of #fbc714

#fbc714 #bcfb14 #fb5414

Monochromatic Colors of #fbc714

#fbc714

Complementary Color

#fbc714 #1448fb

#fbc714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc714 Color CSS Codes

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

#fbc714 Text Font Color

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

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


#fbc714 Background Color

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

This div background color is #fbc714


#fbc714 Border Color

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

This div border color is #fbc714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc714


Comments

No comments written yet.

Please login to write comment.