Color Hex Logo

#fbeb12 Color Hex

#FBEB12
(251,235,18)
0 Favorites   0 Comments

Color spaces of #fbeb12

RGB 25123518
HSL0.160.970.53
HSV56°93°98°
CMYK 0.000.060.93   0.02
XYZ69.601279.969612.3396
Yxy79.96960.42990.4939
Hunter Lab89.4257-17.566254.4167
CIE-Lab91.6712-13.425888.8545

#fbeb12 color RGB value is (251,235,18).

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

The process color (four color CMYK) of #fbeb12 color hex is 0.00, 0.06, 0.93, 0.02. Web safe color of #fbeb12 is #ffff00. Color #fbeb12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 00010010
Octal 373 353 22
Decimal 251 235 18
Hex FB EB 12

RGB Percentages of Color #fbeb12

%49.80
%46.63
%3.57

CMYK Percentages of Color #fbeb12

%0
%6
%93
%2

Triadic Colors of #fbeb12

#fbeb12 #12fbeb #eb12fb

Analogous Colors of #fbeb12

#fbeb12 #97fb12 #fb7712

Monochromatic Colors of #fbeb12

#fbeb12

Complementary Color

#fbeb12 #1222fb

#fbeb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeb12 Color CSS Codes

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

#fbeb12 Text Font Color

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

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


#fbeb12 Background Color

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

This div background color is #fbeb12


#fbeb12 Border Color

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

This div border color is #fbeb12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,235,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 #fbeb12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeb12


Comments

No comments written yet.

Please login to write comment.