Color Hex Logo

#fbe870 Color Hex

#FBE870
(251,232,112)
0 Favorites   0 Comments

Color spaces of #fbe870

RGB 251232112
HSL0.140.950.71
HSV52°55°98°
CMYK 0.000.080.55   0.02
XYZ71.564979.392326.8816
Yxy79.39230.40240.4464
Hunter Lab89.1024-12.562244.4842
CIE-Lab91.4115-8.107259.7256

#fbe870 color RGB value is (251,232,112).

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

The process color (four color CMYK) of #fbe870 color hex is 0.00, 0.08, 0.55, 0.02. Web safe color of #fbe870 is #ffff66. Color #fbe870 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 01110000
Octal 373 350 160
Decimal 251 232 112
Hex FB E8 70

RGB Percentages of Color #fbe870

%42.18
%38.99
%18.82

CMYK Percentages of Color #fbe870

%0
%8
%55
%2

Triadic Colors of #fbe870

#fbe870 #70fbe8 #e870fb

Analogous Colors of #fbe870

#fbe870 #c9fb70 #fba370

Monochromatic Colors of #fbe870

#fbe870

Complementary Color

#fbe870 #7083fb

#fbe870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe870 Color CSS Codes

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

#fbe870 Text Font Color

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

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


#fbe870 Background Color

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

This div background color is #fbe870


#fbe870 Border Color

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

This div border color is #fbe870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe870

Related Colors


Comments

No comments written yet.

Please login to write comment.