Color Hex Logo

#fbc632 Color Hex

#FBC632
(251,198,50)
0 Favorites   0 Comments

Color spaces of #fbc632

RGB 25119850
HSL0.120.960.59
HSV44°80°98°
CMYK 0.000.210.80   0.02
XYZ60.553561.127711.6249
Yxy61.12770.45420.4586
Hunter Lab78.18421.425545.9133
CIE-Lab82.44735.890974.8572

#fbc632 color RGB value is (251,198,50).

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

The process color (four color CMYK) of #fbc632 color hex is 0.00, 0.21, 0.80, 0.02. Web safe color of #fbc632 is #ffcc33. Color #fbc632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 00110010
Octal 373 306 62
Decimal 251 198 50
Hex FB C6 32

RGB Percentages of Color #fbc632

%50.30
%39.68
%10.02

CMYK Percentages of Color #fbc632

%0
%21
%80
%2

Triadic Colors of #fbc632

#fbc632 #32fbc6 #c632fb

Analogous Colors of #fbc632

#fbc632 #ccfb32 #fb6232

Monochromatic Colors of #fbc632

#fbc632

Complementary Color

#fbc632 #3267fb

#fbc632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc632 Color CSS Codes

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

#fbc632 Text Font Color

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

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


#fbc632 Background Color

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

This div background color is #fbc632


#fbc632 Border Color

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

This div border color is #fbc632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc632


Comments

No comments written yet.

Please login to write comment.