Color Hex Logo

#fbe00c Color Hex

#FBE00C
(251,224,12)
0 Favorites   0 Comments

Color spaces of #fbe00c

RGB 25122412
HSL0.150.970.52
HSV53°95°98°
CMYK 0.000.110.95   0.02
XYZ66.505773.847111.0965
Yxy73.84710.43910.4876
Hunter Lab85.9343-12.241652.4981
CIE-Lab88.8502-8.048987.3564

#fbe00c color RGB value is (251,224,12).

#fbe00c hex color red value is 251, green value is 224 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fbe00c hue: 0.15 , saturation: 0.97 and the lightness value of fbe00c is 0.52.

The process color (four color CMYK) of #fbe00c color hex is 0.00, 0.11, 0.95, 0.02. Web safe color of #fbe00c is #ffcc00. Color #fbe00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00001100
Octal 373 340 14
Decimal 251 224 12
Hex FB E0 C

RGB Percentages of Color #fbe00c

%51.54
%46.00
%2.46

CMYK Percentages of Color #fbe00c

%0
%11
%95
%2

Triadic Colors of #fbe00c

#fbe00c #0cfbe0 #e00cfb

Analogous Colors of #fbe00c

#fbe00c #9ffb0c #fb690c

Monochromatic Colors of #fbe00c

#fbe00c

Complementary Color

#fbe00c #0c27fb

#fbe00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe00c Color CSS Codes

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

#fbe00c Text Font Color

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

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


#fbe00c Background Color

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

This div background color is #fbe00c


#fbe00c Border Color

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

This div border color is #fbe00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe00c

Related Colors


Comments

No comments written yet.

Please login to write comment.