Color Hex Logo

#fabc73 Color Hex

#FABC73
(250,188,115)
0 Favorites   0 Comments

Color spaces of #fabc73

RGB 250188115
HSL0.090.930.72
HSV32°54°98°
CMYK 0.000.250.54   0.02
XYZ60.502157.528224.1349
Yxy57.52820.42560.4047
Hunter Lab75.84739.653534.2269
CIE-Lab80.475814.267345.2986

#fabc73 color RGB value is (250,188,115).

#fabc73 hex color red value is 250, green value is 188 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #fabc73 hue: 0.09 , saturation: 0.93 and the lightness value of fabc73 is 0.72.

The process color (four color CMYK) of #fabc73 color hex is 0.00, 0.25, 0.54, 0.02. Web safe color of #fabc73 is #ffcc66. Color #fabc73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 01110011
Octal 372 274 163
Decimal 250 188 115
Hex FA BC 73

RGB Percentages of Color #fabc73

%45.21
%34.00
%20.80

CMYK Percentages of Color #fabc73

%0
%25
%54
%2

Triadic Colors of #fabc73

#fabc73 #73fabc #bc73fa

Analogous Colors of #fabc73

#fabc73 #f5fa73 #fa7973

Monochromatic Colors of #fabc73

#fabc73

Complementary Color

#fabc73 #73b1fa

#fabc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabc73 Color CSS Codes

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

#fabc73 Text Font Color

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

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


#fabc73 Background Color

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

This div background color is #fabc73


#fabc73 Border Color

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

This div border color is #fabc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabc73


Comments

No comments written yet.

Please login to write comment.