Color Hex Logo

#fbe45b Color Hex

#FBE45B
(251,228,91)
0 Favorites   0 Comments

Color spaces of #fbe45b

RGB 25122891
HSL0.140.950.67
HSV51°64°98°
CMYK 0.000.090.64   0.02
XYZ69.415476.751421.0534
Yxy76.75140.41510.4590
Hunter Lab87.6079-11.880747.0773
CIE-Lab90.2071-7.516267.4643

#fbe45b color RGB value is (251,228,91).

#fbe45b hex color red value is 251, green value is 228 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fbe45b hue: 0.14 , saturation: 0.95 and the lightness value of fbe45b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01011011
Octal 373 344 133
Decimal 251 228 91
Hex FB E4 5B

RGB Percentages of Color #fbe45b

%44.04
%40.00
%15.96

CMYK Percentages of Color #fbe45b

%0
%9
%64
%2

Triadic Colors of #fbe45b

#fbe45b #5bfbe4 #e45bfb

Analogous Colors of #fbe45b

#fbe45b #c2fb5b #fb945b

Monochromatic Colors of #fbe45b

#fbe45b

Complementary Color

#fbe45b #5b72fb

#fbe45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe45b Color CSS Codes

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

#fbe45b Text Font Color

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

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


#fbe45b Background Color

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

This div background color is #fbe45b


#fbe45b Border Color

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

This div border color is #fbe45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe45b


Comments

No comments written yet.

Please login to write comment.