Color Hex Logo

#fbe02a Color Hex

#FBE02A
(251,224,42)
0 Favorites   0 Comments

Color spaces of #fbe02a

RGB 25122442
HSL0.150.960.57
HSV52°83°98°
CMYK 0.000.110.83   0.02
XYZ66.857273.987712.9478
Yxy73.98770.43470.4811
Hunter Lab86.0161-11.786651.2865
CIE-Lab88.9167-7.554982.5406

#fbe02a color RGB value is (251,224,42).

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

The process color (four color CMYK) of #fbe02a color hex is 0.00, 0.11, 0.83, 0.02. Web safe color of #fbe02a is #ffcc33. Color #fbe02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00101010
Octal 373 340 52
Decimal 251 224 42
Hex FB E0 2A

RGB Percentages of Color #fbe02a

%48.55
%43.33
%8.12

CMYK Percentages of Color #fbe02a

%0
%11
%83
%2

Triadic Colors of #fbe02a

#fbe02a #2afbe0 #e02afb

Analogous Colors of #fbe02a

#fbe02a #aefb2a #fb782a

Monochromatic Colors of #fbe02a

#fbe02a

Complementary Color

#fbe02a #2a45fb

#fbe02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe02a Color CSS Codes

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

#fbe02a Text Font Color

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

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


#fbe02a Background Color

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

This div background color is #fbe02a


#fbe02a Border Color

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

This div border color is #fbe02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe02a


Comments

No comments written yet.

Please login to write comment.