Color Hex Logo

#fbe54d Color Hex

#FBE54D
(251,229,77)
0 Favorites   0 Comments

Color spaces of #fbe54d

RGB 25122977
HSL0.150.960.64
HSV52°69°98°
CMYK 0.000.090.69   0.02
XYZ69.142577.083718.2556
Yxy77.08370.42040.4686
Hunter Lab87.7973-13.072349.1300
CIE-Lab90.3601-8.766873.0965

#fbe54d color RGB value is (251,229,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01001101
Octal 373 345 115
Decimal 251 229 77
Hex FB E5 4D

RGB Percentages of Color #fbe54d

%45.06
%41.11
%13.82

CMYK Percentages of Color #fbe54d

%0
%9
%69
%2

Triadic Colors of #fbe54d

#fbe54d #4dfbe5 #e54dfb

Analogous Colors of #fbe54d

#fbe54d #bafb4d #fb8e4d

Monochromatic Colors of #fbe54d

#fbe54d

Complementary Color

#fbe54d #4d63fb

#fbe54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe54d Color CSS Codes

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

#fbe54d Text Font Color

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

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


#fbe54d Background Color

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

This div background color is #fbe54d


#fbe54d Border Color

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

This div border color is #fbe54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe54d


Comments

No comments written yet.

Please login to write comment.