Color Hex Logo

#fbe54f Color Hex

#FBE54F
(251,229,79)
0 Favorites   0 Comments

Color spaces of #fbe54f

RGB 25122979
HSL0.150.960.65
HSV52°69°98°
CMYK 0.000.090.69   0.02
XYZ69.214377.112418.6333
Yxy77.11240.41960.4675
Hunter Lab87.8137-12.981148.8887
CIE-Lab90.3733-8.668072.3639

#fbe54f color RGB value is (251,229,79).

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

The process color (four color CMYK) of #fbe54f color hex is 0.00, 0.09, 0.69, 0.02. Web safe color of #fbe54f is #ffcc66. Color #fbe54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01001111
Octal 373 345 117
Decimal 251 229 79
Hex FB E5 4F

RGB Percentages of Color #fbe54f

%44.90
%40.97
%14.13

CMYK Percentages of Color #fbe54f

%0
%9
%69
%2

Triadic Colors of #fbe54f

#fbe54f #4ffbe5 #e54ffb

Analogous Colors of #fbe54f

#fbe54f #bbfb4f #fb8f4f

Monochromatic Colors of #fbe54f

#fbe54f

Complementary Color

#fbe54f #4f65fb

#fbe54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe54f Color CSS Codes

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

#fbe54f Text Font Color

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

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


#fbe54f Background Color

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

This div background color is #fbe54f


#fbe54f Border Color

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

This div border color is #fbe54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe54f


Comments

No comments written yet.

Please login to write comment.