Color Hex Logo

#fabd44 Color Hex

#FABD44
(250,189,68)
0 Favorites   0 Comments

Color spaces of #fabd44

RGB 25018968
HSL0.110.950.62
HSV40°73°98°
CMYK 0.000.240.73   0.02
XYZ58.665357.136513.4053
Yxy57.13650.45400.4422
Hunter Lab75.58876.255842.3973
CIE-Lab80.256310.815866.4639

#fabd44 color RGB value is (250,189,68).

#fabd44 hex color red value is 250, green value is 189 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fabd44 hue: 0.11 , saturation: 0.95 and the lightness value of fabd44 is 0.62.

The process color (four color CMYK) of #fabd44 color hex is 0.00, 0.24, 0.73, 0.02. Web safe color of #fabd44 is #ffcc33. Color #fabd44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 01000100
Octal 372 275 104
Decimal 250 189 68
Hex FA BD 44

RGB Percentages of Color #fabd44

%49.31
%37.28
%13.41

CMYK Percentages of Color #fabd44

%0
%24
%73
%2

Triadic Colors of #fabd44

#fabd44 #44fabd #bd44fa

Analogous Colors of #fabd44

#fabd44 #dcfa44 #fa6244

Monochromatic Colors of #fabd44

#fabd44

Complementary Color

#fabd44 #4481fa

#fabd44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabd44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabd44 Color CSS Codes

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

#fabd44 Text Font Color

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

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


#fabd44 Background Color

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

This div background color is #fabd44


#fabd44 Border Color

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

This div border color is #fabd44


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,189,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabd44


Comments

No comments written yet.

Please login to write comment.