Color Hex Logo

#fbea02 Color Hex

#FBEA02
(251,234,2)
0 Favorites   0 Comments

Color spaces of #fbea02

RGB 2512342
HSL0.160.980.50
HSV56°99°98°
CMYK 0.000.070.99   0.02
XYZ69.217479.359211.7272
Yxy79.35920.43180.4951
Hunter Lab89.0838-17.203554.5536
CIE-Lab91.3966-13.071990.0094

#fbea02 color RGB value is (251,234,2).

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

The process color (four color CMYK) of #fbea02 color hex is 0.00, 0.07, 0.99, 0.02. Web safe color of #fbea02 is #ffff00. Color #fbea02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 00000010
Octal 373 352 2
Decimal 251 234 2
Hex FB EA 2

RGB Percentages of Color #fbea02

%51.54
%48.05
%0.41

CMYK Percentages of Color #fbea02

%0
%7
%99
%2

Triadic Colors of #fbea02

#fbea02 #02fbea #ea02fb

Analogous Colors of #fbea02

#fbea02 #90fb02 #fb6e02

Monochromatic Colors of #fbea02

#fbea02

Complementary Color

#fbea02 #0213fb

#fbea02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea02 Color CSS Codes

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

#fbea02 Text Font Color

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

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


#fbea02 Background Color

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

This div background color is #fbea02


#fbea02 Border Color

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

This div border color is #fbea02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea02

Related Colors


Comments

No comments written yet.

Please login to write comment.