Color Hex Logo

#fbe102 Color Hex

#FBE102
(251,225,2)
0 Favorites   0 Comments

Color spaces of #fbe102

RGB 2512252
HSL0.150.980.50
HSV54°99°98°
CMYK 0.000.100.99   0.02
XYZ66.719874.364010.8946
Yxy74.36400.43900.4893
Hunter Lab86.2346-12.804852.8737
CIE-Lab89.0942-8.625188.3473

#fbe102 color RGB value is (251,225,2).

#fbe102 hex color red value is 251, green value is 225 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fbe102 hue: 0.15 , saturation: 0.98 and the lightness value of fbe102 is 0.50.

The process color (four color CMYK) of #fbe102 color hex is 0.00, 0.10, 0.99, 0.02. Web safe color of #fbe102 is #ffcc00. Color #fbe102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 00000010
Octal 373 341 2
Decimal 251 225 2
Hex FB E1 2

RGB Percentages of Color #fbe102

%52.51
%47.07
%0.42

CMYK Percentages of Color #fbe102

%0
%10
%99
%2

Triadic Colors of #fbe102

#fbe102 #02fbe1 #e102fb

Analogous Colors of #fbe102

#fbe102 #99fb02 #fb6502

Monochromatic Colors of #fbe102

#fbe102

Complementary Color

#fbe102 #021cfb

#fbe102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe102 Color CSS Codes

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

#fbe102 Text Font Color

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

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


#fbe102 Background Color

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

This div background color is #fbe102


#fbe102 Border Color

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

This div border color is #fbe102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe102


Comments

No comments written yet.

Please login to write comment.