Color Hex Logo

#fad75b Color Hex

#FAD75B
(250,215,91)
0 Favorites   0 Comments

Color spaces of #fad75b

RGB 25021591
HSL0.130.940.67
HSV47°64°98°
CMYK 0.000.140.64   0.02
XYZ65.613169.680219.8890
Yxy69.68020.42280.4490
Hunter Lab83.4747-5.775444.3056
CIE-Lab86.8398-1.378263.8313

#fad75b color RGB value is (250,215,91).

#fad75b hex color red value is 250, green value is 215 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fad75b hue: 0.13 , saturation: 0.94 and the lightness value of fad75b is 0.67.

The process color (four color CMYK) of #fad75b color hex is 0.00, 0.14, 0.64, 0.02. Web safe color of #fad75b is #ffcc66. Color #fad75b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01011011
Octal 372 327 133
Decimal 250 215 91
Hex FA D7 5B

RGB Percentages of Color #fad75b

%44.96
%38.67
%16.37

CMYK Percentages of Color #fad75b

%0
%14
%64
%2

Triadic Colors of #fad75b

#fad75b #5bfad7 #d75bfa

Analogous Colors of #fad75b

#fad75b #cefa5b #fa885b

Monochromatic Colors of #fad75b

#fad75b

Complementary Color

#fad75b #5b7efa

#fad75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad75b Color CSS Codes

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

#fad75b Text Font Color

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

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


#fad75b Background Color

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

This div background color is #fad75b


#fad75b Border Color

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

This div border color is #fad75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad75b


Comments

No comments written yet.

Please login to write comment.