Color Hex Logo

#fbe450 Color Hex

#FBE450
(251,228,80)
0 Favorites   0 Comments

Color spaces of #fbe450

RGB 25122880
HSL0.140.960.65
HSV52°68°98°
CMYK 0.000.090.68   0.02
XYZ68.975076.575218.7345
Yxy76.57520.41990.4661
Hunter Lab87.5073-12.440448.5616
CIE-Lab90.1257-8.119971.7363

#fbe450 color RGB value is (251,228,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01010000
Octal 373 344 120
Decimal 251 228 80
Hex FB E4 50

RGB Percentages of Color #fbe450

%44.90
%40.79
%14.31

CMYK Percentages of Color #fbe450

%0
%9
%68
%2

Triadic Colors of #fbe450

#fbe450 #50fbe4 #e450fb

Analogous Colors of #fbe450

#fbe450 #bdfb50 #fb8f50

Monochromatic Colors of #fbe450

#fbe450

Complementary Color

#fbe450 #5067fb

#fbe450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe450 Color CSS Codes

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

#fbe450 Text Font Color

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

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


#fbe450 Background Color

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

This div background color is #fbe450


#fbe450 Border Color

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

This div border color is #fbe450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe450


Comments

No comments written yet.

Please login to write comment.