Color Hex Logo

#fbc234 Color Hex

#FBC234
(251,194,52)
0 Favorites   0 Comments

Color spaces of #fbc234

RGB 25119452
HSL0.120.960.59
HSV43°79°98°
CMYK 0.000.230.79   0.02
XYZ59.695359.340711.5564
Yxy59.34070.45710.4544
Hunter Lab77.03293.517845.0284
CIE-Lab81.47858.024773.3735

#fbc234 color RGB value is (251,194,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00110100
Octal 373 302 64
Decimal 251 194 52
Hex FB C2 34

RGB Percentages of Color #fbc234

%50.50
%39.03
%10.46

CMYK Percentages of Color #fbc234

%0
%23
%79
%2

Triadic Colors of #fbc234

#fbc234 #34fbc2 #c234fb

Analogous Colors of #fbc234

#fbc234 #d1fb34 #fb5f34

Monochromatic Colors of #fbc234

#fbc234

Complementary Color

#fbc234 #346dfb

#fbc234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc234 Color CSS Codes

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

#fbc234 Text Font Color

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

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


#fbc234 Background Color

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

This div background color is #fbc234


#fbc234 Border Color

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

This div border color is #fbc234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc234


Comments

No comments written yet.

Please login to write comment.