Color Hex Logo

#fbea74 Color Hex

#FBEA74
(251,234,116)
0 Favorites   0 Comments

Color spaces of #fbea74

RGB 251234116
HSL0.150.940.72
HSV52°54°98°
CMYK 0.000.070.54   0.02
XYZ72.358980.615828.2697
Yxy80.61580.39920.4448
Hunter Lab89.7863-13.272644.1826
CIE-Lab91.9605-8.797358.5486

#fbea74 color RGB value is (251,234,116).

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

The process color (four color CMYK) of #fbea74 color hex is 0.00, 0.07, 0.54, 0.02. Web safe color of #fbea74 is #ffff66. Color #fbea74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01110100
Octal 373 352 164
Decimal 251 234 116
Hex FB EA 74

RGB Percentages of Color #fbea74

%41.76
%38.94
%19.30

CMYK Percentages of Color #fbea74

%0
%7
%54
%2

Triadic Colors of #fbea74

#fbea74 #74fbea #ea74fb

Analogous Colors of #fbea74

#fbea74 #c9fb74 #fba774

Monochromatic Colors of #fbea74

#fbea74

Complementary Color

#fbea74 #7485fb

#fbea74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea74 Color CSS Codes

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

#fbea74 Text Font Color

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

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


#fbea74 Background Color

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

This div background color is #fbea74


#fbea74 Border Color

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

This div border color is #fbea74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea74

#fbea74 Color Palettes


Comments

No comments written yet.

Please login to write comment.