Color Hex Logo

#fbcf11 Color Hex

#FBCF11
(251,207,17)
0 Favorites   0 Comments

Color spaces of #fbcf11

RGB 25120717
HSL0.140.970.53
HSV49°93°98°
CMYK 0.000.180.93   0.02
XYZ62.197765.17539.8322
Yxy65.17530.45330.4750
Hunter Lab80.7312-3.758049.2910
CIE-Lab84.57400.583683.6757

#fbcf11 color RGB value is (251,207,17).

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

The process color (four color CMYK) of #fbcf11 color hex is 0.00, 0.18, 0.93, 0.02. Web safe color of #fbcf11 is #ffcc00. Color #fbcf11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00010001
Octal 373 317 21
Decimal 251 207 17
Hex FB CF 11

RGB Percentages of Color #fbcf11

%52.84
%43.58
%3.58

CMYK Percentages of Color #fbcf11

%0
%18
%93
%2

Triadic Colors of #fbcf11

#fbcf11 #11fbcf #cf11fb

Analogous Colors of #fbcf11

#fbcf11 #b2fb11 #fb5a11

Monochromatic Colors of #fbcf11

#fbcf11

Complementary Color

#fbcf11 #113dfb

#fbcf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf11 Color CSS Codes

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

#fbcf11 Text Font Color

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

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


#fbcf11 Background Color

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

This div background color is #fbcf11


#fbcf11 Border Color

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

This div border color is #fbcf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf11

Related Colors


Comments

No comments written yet.

Please login to write comment.