Color Hex Logo

#fbe078 Color Hex

#FBE078
(251,224,120)
0 Favorites   0 Comments

Color spaces of #fbe078

RGB 251224120
HSL0.130.940.73
HSV48°52°98°
CMYK 0.000.110.52   0.02
XYZ69.829575.176628.5994
Yxy75.17660.40220.4330
Hunter Lab86.7044-7.973541.1363
CIE-Lab89.4757-3.469953.7704

#fbe078 color RGB value is (251,224,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01111000
Octal 373 340 170
Decimal 251 224 120
Hex FB E0 78

RGB Percentages of Color #fbe078

%42.18
%37.65
%20.17

CMYK Percentages of Color #fbe078

%0
%11
%52
%2

Triadic Colors of #fbe078

#fbe078 #78fbe0 #e078fb

Analogous Colors of #fbe078

#fbe078 #d5fb78 #fb9f78

Monochromatic Colors of #fbe078

#fbe078

Complementary Color

#fbe078 #7893fb

#fbe078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe078 Color CSS Codes

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

#fbe078 Text Font Color

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

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


#fbe078 Background Color

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

This div background color is #fbe078


#fbe078 Border Color

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

This div border color is #fbe078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe078


Comments

No comments written yet.

Please login to write comment.