Color Hex Logo

#fbcf29 Color Hex

#FBCF29
(251,207,41)
0 Favorites   0 Comments

Color spaces of #fbcf29

RGB 25120741
HSL0.130.960.57
HSV47°84°98°
CMYK 0.000.180.84   0.02
XYZ62.496765.295011.4071
Yxy65.29500.44900.4691
Hunter Lab80.8053-3.353348.1939
CIE-Lab84.63551.012979.2262

#fbcf29 color RGB value is (251,207,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 00101001
Octal 373 317 51
Decimal 251 207 41
Hex FB CF 29

RGB Percentages of Color #fbcf29

%50.30
%41.48
%8.22

CMYK Percentages of Color #fbcf29

%0
%18
%84
%2

Triadic Colors of #fbcf29

#fbcf29 #29fbcf #cf29fb

Analogous Colors of #fbcf29

#fbcf29 #befb29 #fb6629

Monochromatic Colors of #fbcf29

#fbcf29

Complementary Color

#fbcf29 #2955fb

#fbcf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf29 Color CSS Codes

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

#fbcf29 Text Font Color

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

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


#fbcf29 Background Color

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

This div background color is #fbcf29


#fbcf29 Border Color

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

This div border color is #fbcf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf29

Related Colors


Comments

No comments written yet.

Please login to write comment.