Color Hex Logo

#fbc83b Color Hex

#FBC83B
(251,200,59)
0 Favorites   0 Comments

Color spaces of #fbc83b

RGB 25120059
HSL0.120.960.61
HSV44°76°98°
CMYK 0.000.200.76   0.02
XYZ61.227462.133512.9036
Yxy62.13350.44930.4560
Hunter Lab78.82480.707045.4716
CIE-Lab82.98445.166372.4245

#fbc83b color RGB value is (251,200,59).

#fbc83b hex color red value is 251, green value is 200 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fbc83b hue: 0.12 , saturation: 0.96 and the lightness value of fbc83b is 0.61.

The process color (four color CMYK) of #fbc83b color hex is 0.00, 0.20, 0.76, 0.02. Web safe color of #fbc83b is #ffcc33. Color #fbc83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 00111011
Octal 373 310 73
Decimal 251 200 59
Hex FB C8 3B

RGB Percentages of Color #fbc83b

%49.22
%39.22
%11.57

CMYK Percentages of Color #fbc83b

%0
%20
%76
%2

Triadic Colors of #fbc83b

#fbc83b #3bfbc8 #c83bfb

Analogous Colors of #fbc83b

#fbc83b #cefb3b #fb683b

Monochromatic Colors of #fbc83b

#fbc83b

Complementary Color

#fbc83b #3b6efb

#fbc83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc83b Color CSS Codes

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

#fbc83b Text Font Color

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

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


#fbc83b Background Color

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

This div background color is #fbc83b


#fbc83b Border Color

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

This div border color is #fbc83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc83b


Comments

No comments written yet.

Please login to write comment.