Color Hex Logo

#fbcf2f Color Hex

#FBCF2F
(251,207,47)
0 Favorites   0 Comments

Color spaces of #fbcf2f

RGB 25120747
HSL0.130.960.58
HSV47°81°98°
CMYK 0.000.180.81   0.02
XYZ62.609665.340112.0013
Yxy65.34010.44740.4669
Hunter Lab80.8332-3.200547.7805
CIE-Lab84.65871.174777.6566

#fbcf2f color RGB value is (251,207,47).

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

The process color (four color CMYK) of #fbcf2f color hex is 0.00, 0.18, 0.81, 0.02. Web safe color of #fbcf2f is #ffcc33. Color #fbcf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00101111
Octal 373 317 57
Decimal 251 207 47
Hex FB CF 2F

RGB Percentages of Color #fbcf2f

%49.70
%40.99
%9.31

CMYK Percentages of Color #fbcf2f

%0
%18
%81
%2

Triadic Colors of #fbcf2f

#fbcf2f #2ffbcf #cf2ffb

Analogous Colors of #fbcf2f

#fbcf2f #c1fb2f #fb692f

Monochromatic Colors of #fbcf2f

#fbcf2f

Complementary Color

#fbcf2f #2f5bfb

#fbcf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf2f Color CSS Codes

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

#fbcf2f Text Font Color

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

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


#fbcf2f Background Color

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

This div background color is #fbcf2f


#fbcf2f Border Color

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

This div border color is #fbcf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf2f


Comments

No comments written yet.

Please login to write comment.