Color Hex Logo

#fbc213 Color Hex

#FBC213
(251,194,19)
0 Favorites   0 Comments

Color spaces of #fbc213

RGB 25119419
HSL0.130.970.53
HSV45°92°98°
CMYK 0.000.230.92   0.02
XYZ59.193059.13988.9114
Yxy59.13980.46520.4648
Hunter Lab76.90242.815146.9612
CIE-Lab81.36847.295181.0421

#fbc213 color RGB value is (251,194,19).

#fbc213 hex color red value is 251, green value is 194 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #fbc213 hue: 0.13 , saturation: 0.97 and the lightness value of fbc213 is 0.53.

The process color (four color CMYK) of #fbc213 color hex is 0.00, 0.23, 0.92, 0.02. Web safe color of #fbc213 is #ffcc00. Color #fbc213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00010011
Octal 373 302 23
Decimal 251 194 19
Hex FB C2 13

RGB Percentages of Color #fbc213

%54.09
%41.81
%4.09

CMYK Percentages of Color #fbc213

%0
%23
%92
%2

Triadic Colors of #fbc213

#fbc213 #13fbc2 #c213fb

Analogous Colors of #fbc213

#fbc213 #c0fb13 #fb4e13

Monochromatic Colors of #fbc213

#fbc213

Complementary Color

#fbc213 #134cfb

#fbc213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc213 Color CSS Codes

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

#fbc213 Text Font Color

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

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


#fbc213 Background Color

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

This div background color is #fbc213


#fbc213 Border Color

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

This div border color is #fbc213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc213

#fbc213 Color Palettes


Comments

No comments written yet.

Please login to write comment.