Color Hex Logo

#fbe460 Color Hex

#FBE460
(251,228,96)
0 Favorites   0 Comments

Color spaces of #fbe460

RGB 25122896
HSL0.140.950.68
HSV51°62°98°
CMYK 0.000.090.62   0.02
XYZ69.638476.840622.2277
Yxy76.84060.41280.4555
Hunter Lab87.6588-11.597846.3269
CIE-Lab90.2482-7.211865.4237

#fbe460 color RGB value is (251,228,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 01100000
Octal 373 344 140
Decimal 251 228 96
Hex FB E4 60

RGB Percentages of Color #fbe460

%43.65
%39.65
%16.70

CMYK Percentages of Color #fbe460

%0
%9
%62
%2

Triadic Colors of #fbe460

#fbe460 #60fbe4 #e460fb

Analogous Colors of #fbe460

#fbe460 #c5fb60 #fb9760

Monochromatic Colors of #fbe460

#fbe460

Complementary Color

#fbe460 #6077fb

#fbe460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe460 Color CSS Codes

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

#fbe460 Text Font Color

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

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


#fbe460 Background Color

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

This div background color is #fbe460


#fbe460 Border Color

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

This div border color is #fbe460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe460


Comments

No comments written yet.

Please login to write comment.