Color Hex Logo

#fabd73 Color Hex

#FABD73
(250,189,115)
0 Favorites   0 Comments

Color spaces of #fabd73

RGB 250189115
HSL0.090.930.72
HSV33°54°98°
CMYK 0.000.240.54   0.02
XYZ60.716457.957024.2064
Yxy57.95700.42490.4056
Hunter Lab76.12959.134534.4386
CIE-Lab80.714913.743945.5914

#fabd73 color RGB value is (250,189,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01110011
Octal 372 275 163
Decimal 250 189 115
Hex FA BD 73

RGB Percentages of Color #fabd73

%45.13
%34.12
%20.76

CMYK Percentages of Color #fabd73

%0
%24
%54
%2

Triadic Colors of #fabd73

#fabd73 #73fabd #bd73fa

Analogous Colors of #fabd73

#fabd73 #f4fa73 #fa7a73

Monochromatic Colors of #fabd73

#fabd73

Complementary Color

#fabd73 #73b0fa

#fabd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd73 Color CSS Codes

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

#fabd73 Text Font Color

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

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


#fabd73 Background Color

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

This div background color is #fabd73


#fabd73 Border Color

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

This div border color is #fabd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd73


Comments

No comments written yet.

Please login to write comment.