Color Hex Logo

#fbea64 Color Hex

#FBEA64
(251,234,100)
0 Favorites   0 Comments

Color spaces of #fbea64

RGB 251234100
HSL0.150.950.69
HSV53°60°98°
CMYK 0.000.070.60   0.02
XYZ71.506780.275023.7824
Yxy80.27500.40730.4572
Hunter Lab89.5963-14.332946.9795
CIE-Lab91.8081-9.940065.4293

#fbea64 color RGB value is (251,234,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01100100
Octal 373 352 144
Decimal 251 234 100
Hex FB EA 64

RGB Percentages of Color #fbea64

%42.91
%40.00
%17.09

CMYK Percentages of Color #fbea64

%0
%7
%60
%2

Triadic Colors of #fbea64

#fbea64 #64fbea #ea64fb

Analogous Colors of #fbea64

#fbea64 #c1fb64 #fb9f64

Monochromatic Colors of #fbea64

#fbea64

Complementary Color

#fbea64 #6475fb

#fbea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea64 Color CSS Codes

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

#fbea64 Text Font Color

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

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


#fbea64 Background Color

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

This div background color is #fbea64


#fbea64 Border Color

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

This div border color is #fbea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea64


Comments

No comments written yet.

Please login to write comment.