Color Hex Logo

#fad737 Color Hex

#FAD737
(250,215,55)
0 Favorites   0 Comments

Color spaces of #fad737

RGB 25021555
HSL0.140.950.60
HSV49°78°98°
CMYK 0.000.140.78   0.02
XYZ64.414469.200713.5765
Yxy69.20070.43760.4701
Hunter Lab83.1870-7.358848.5545
CIE-Lab86.6033-3.066776.9853

#fad737 color RGB value is (250,215,55).

#fad737 hex color red value is 250, green value is 215 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #fad737 hue: 0.14 , saturation: 0.95 and the lightness value of fad737 is 0.60.

The process color (four color CMYK) of #fad737 color hex is 0.00, 0.14, 0.78, 0.02. Web safe color of #fad737 is #ffcc33. Color #fad737 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00110111
Octal 372 327 67
Decimal 250 215 55
Hex FA D7 37

RGB Percentages of Color #fad737

%48.08
%41.35
%10.58

CMYK Percentages of Color #fad737

%0
%14
%78
%2

Triadic Colors of #fad737

#fad737 #37fad7 #d737fa

Analogous Colors of #fad737

#fad737 #bcfa37 #fa7637

Monochromatic Colors of #fad737

#fad737

Complementary Color

#fad737 #375afa

#fad737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad737 Color CSS Codes

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

#fad737 Text Font Color

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

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


#fad737 Background Color

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

This div background color is #fad737


#fad737 Border Color

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

This div border color is #fad737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad737


Comments

No comments written yet.

Please login to write comment.