Color Hex Logo

#fbea73 Color Hex

#FBEA73
(251,234,115)
0 Favorites   0 Comments

Color spaces of #fbea73

RGB 251234115
HSL0.150.940.72
HSV53°54°98°
CMYK 0.000.070.54   0.02
XYZ72.301080.592727.9649
Yxy80.59270.39980.4456
Hunter Lab89.7734-13.344644.3723
CIE-Lab91.9501-8.874758.9910

#fbea73 color RGB value is (251,234,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 01110011
Octal 373 352 163
Decimal 251 234 115
Hex FB EA 73

RGB Percentages of Color #fbea73

%41.83
%39.00
%19.17

CMYK Percentages of Color #fbea73

%0
%7
%54
%2

Triadic Colors of #fbea73

#fbea73 #73fbea #ea73fb

Analogous Colors of #fbea73

#fbea73 #c8fb73 #fba673

Monochromatic Colors of #fbea73

#fbea73

Complementary Color

#fbea73 #7384fb

#fbea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbea73 Color CSS Codes

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

#fbea73 Text Font Color

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

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


#fbea73 Background Color

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

This div background color is #fbea73


#fbea73 Border Color

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

This div border color is #fbea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbea73


Comments

No comments written yet.

Please login to write comment.