Color Hex Logo

#fbc235 Color Hex

#FBC235
(251,194,53)
0 Favorites   0 Comments

Color spaces of #fbc235

RGB 25119453
HSL0.120.960.60
HSV43°79°98°
CMYK 0.000.230.79   0.02
XYZ59.718159.349811.6763
Yxy59.34980.45680.4539
Hunter Lab77.03883.549744.9410
CIE-Lab81.48358.057873.0557

#fbc235 color RGB value is (251,194,53).

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

The process color (four color CMYK) of #fbc235 color hex is 0.00, 0.23, 0.79, 0.02. Web safe color of #fbc235 is #ffcc33. Color #fbc235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00110101
Octal 373 302 65
Decimal 251 194 53
Hex FB C2 35

RGB Percentages of Color #fbc235

%50.40
%38.96
%10.64

CMYK Percentages of Color #fbc235

%0
%23
%79
%2

Triadic Colors of #fbc235

#fbc235 #35fbc2 #c235fb

Analogous Colors of #fbc235

#fbc235 #d1fb35 #fb5f35

Monochromatic Colors of #fbc235

#fbc235

Complementary Color

#fbc235 #356efb

#fbc235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc235 Color CSS Codes

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

#fbc235 Text Font Color

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

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


#fbc235 Background Color

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

This div background color is #fbc235


#fbc235 Border Color

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

This div border color is #fbc235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc235

Related Colors


Comments

No comments written yet.

Please login to write comment.