Color Hex Logo

#fbc215 Color Hex

#FBC215
(251,194,21)
0 Favorites   0 Comments

Color spaces of #fbc215

RGB 25119421
HSL0.130.970.53
HSV45°92°98°
CMYK 0.000.230.92   0.02
XYZ59.210859.14699.0052
Yxy59.14690.46490.4644
Hunter Lab76.90702.840146.8925
CIE-Lab81.37237.321180.7452

#fbc215 color RGB value is (251,194,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000010 00010101
Octal 373 302 25
Decimal 251 194 21
Hex FB C2 15

RGB Percentages of Color #fbc215

%53.86
%41.63
%4.51

CMYK Percentages of Color #fbc215

%0
%23
%92
%2

Triadic Colors of #fbc215

#fbc215 #15fbc2 #c215fb

Analogous Colors of #fbc215

#fbc215 #c1fb15 #fb4f15

Monochromatic Colors of #fbc215

#fbc215

Complementary Color

#fbc215 #154efb

#fbc215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc215 Color CSS Codes

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

#fbc215 Text Font Color

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

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


#fbc215 Background Color

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

This div background color is #fbc215


#fbc215 Border Color

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

This div border color is #fbc215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc215


Comments

No comments written yet.

Please login to write comment.