Color Hex Logo

#fbe070 Color Hex

#FBE070
(251,224,112)
0 Favorites   0 Comments

Color spaces of #fbe070

RGB 251224112
HSL0.130.950.71
HSV48°55°98°
CMYK 0.000.110.55   0.02
XYZ69.363974.990426.1480
Yxy74.99040.40680.4398
Hunter Lab86.5970-8.566942.7153
CIE-Lab89.3885-4.099257.3895

#fbe070 color RGB value is (251,224,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 01110000
Octal 373 340 160
Decimal 251 224 112
Hex FB E0 70

RGB Percentages of Color #fbe070

%42.76
%38.16
%19.08

CMYK Percentages of Color #fbe070

%0
%11
%55
%2

Triadic Colors of #fbe070

#fbe070 #70fbe0 #e070fb

Analogous Colors of #fbe070

#fbe070 #d1fb70 #fb9b70

Monochromatic Colors of #fbe070

#fbe070

Complementary Color

#fbe070 #708bfb

#fbe070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe070 Color CSS Codes

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

#fbe070 Text Font Color

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

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


#fbe070 Background Color

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

This div background color is #fbe070


#fbe070 Border Color

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

This div border color is #fbe070


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,224,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 #fbe070">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe070


Comments

No comments written yet.

Please login to write comment.