Color Hex Logo

#fbe074 Color Hex

#FBE074
(251,224,116)
0 Favorites   0 Comments

Color spaces of #fbe074

RGB 251224116
HSL0.130.940.72
HSV48°54°98°
CMYK 0.000.110.54   0.02
XYZ69.591775.081527.3473
Yxy75.08150.40460.4365
Hunter Lab86.6496-8.276441.9423
CIE-Lab89.4312-3.790955.5908

#fbe074 color RGB value is (251,224,116).

#fbe074 hex color red value is 251, green value is 224 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fbe074 hue: 0.13 , saturation: 0.94 and the lightness value of fbe074 is 0.72.

The process color (four color CMYK) of #fbe074 color hex is 0.00, 0.11, 0.54, 0.02. Web safe color of #fbe074 is #ffcc66. Color #fbe074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01110100
Octal 373 340 164
Decimal 251 224 116
Hex FB E0 74

RGB Percentages of Color #fbe074

%42.47
%37.90
%19.63

CMYK Percentages of Color #fbe074

%0
%11
%54
%2

Triadic Colors of #fbe074

#fbe074 #74fbe0 #e074fb

Analogous Colors of #fbe074

#fbe074 #d3fb74 #fb9d74

Monochromatic Colors of #fbe074

#fbe074

Complementary Color

#fbe074 #748ffb

#fbe074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe074 Color CSS Codes

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

#fbe074 Text Font Color

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

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


#fbe074 Background Color

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

This div background color is #fbe074


#fbe074 Border Color

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

This div border color is #fbe074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe074

#fbe074 Color Palettes


Comments

No comments written yet.

Please login to write comment.