Color Hex Logo

#fbe012 Color Hex

#FBE012
(251,224,18)
0 Favorites   0 Comments

Color spaces of #fbe012

RGB 25122418
HSL0.150.970.53
HSV53°93°98°
CMYK 0.000.110.93   0.02
XYZ66.548573.864211.3220
Yxy73.86420.43860.4868
Hunter Lab85.9443-12.186152.3503
CIE-Lab88.8583-7.988686.7418

#fbe012 color RGB value is (251,224,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00010010
Octal 373 340 22
Decimal 251 224 18
Hex FB E0 12

RGB Percentages of Color #fbe012

%50.91
%45.44
%3.65

CMYK Percentages of Color #fbe012

%0
%11
%93
%2

Triadic Colors of #fbe012

#fbe012 #12fbe0 #e012fb

Analogous Colors of #fbe012

#fbe012 #a2fb12 #fb6c12

Monochromatic Colors of #fbe012

#fbe012

Complementary Color

#fbe012 #122dfb

#fbe012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe012 Color CSS Codes

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

#fbe012 Text Font Color

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

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


#fbe012 Background Color

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

This div background color is #fbe012


#fbe012 Border Color

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

This div border color is #fbe012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe012


Comments

No comments written yet.

Please login to write comment.