Color Hex Logo

#fbcc32 Color Hex

#FBCC32
(251,204,50)
0 Favorites   0 Comments

Color spaces of #fbcc32

RGB 25120450
HSL0.130.960.59
HSV46°80°98°
CMYK 0.000.190.80   0.02
XYZ61.952263.925312.0912
Yxy63.92530.44900.4633
Hunter Lab79.9533-1.606747.0010
CIE-Lab83.92692.801176.1560

#fbcc32 color RGB value is (251,204,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 00110010
Octal 373 314 62
Decimal 251 204 50
Hex FB CC 32

RGB Percentages of Color #fbcc32

%49.70
%40.40
%9.90

CMYK Percentages of Color #fbcc32

%0
%19
%80
%2

Triadic Colors of #fbcc32

#fbcc32 #32fbcc #cc32fb

Analogous Colors of #fbcc32

#fbcc32 #c6fb32 #fb6832

Monochromatic Colors of #fbcc32

#fbcc32

Complementary Color

#fbcc32 #3261fb

#fbcc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcc32 Color CSS Codes

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

#fbcc32 Text Font Color

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

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


#fbcc32 Background Color

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

This div background color is #fbcc32


#fbcc32 Border Color

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

This div border color is #fbcc32


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,204,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 #fbcc32">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcc32


Comments

No comments written yet.

Please login to write comment.