Color Hex Logo

#fad75d Color Hex

#FAD75D
(250,215,93)
0 Favorites   0 Comments

Color spaces of #fad75d

RGB 25021593
HSL0.130.940.67
HSV47°63°98°
CMYK 0.000.140.63   0.02
XYZ65.700669.715220.3495
Yxy69.71520.42180.4476
Hunter Lab83.4956-5.660243.9968
CIE-Lab86.8570-1.256162.9918

#fad75d color RGB value is (250,215,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01011101
Octal 372 327 135
Decimal 250 215 93
Hex FA D7 5D

RGB Percentages of Color #fad75d

%44.80
%38.53
%16.67

CMYK Percentages of Color #fad75d

%0
%14
%63
%2

Triadic Colors of #fad75d

#fad75d #5dfad7 #d75dfa

Analogous Colors of #fad75d

#fad75d #cffa5d #fa895d

Monochromatic Colors of #fad75d

#fad75d

Complementary Color

#fad75d #5d80fa

#fad75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad75d Color CSS Codes

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

#fad75d Text Font Color

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

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


#fad75d Background Color

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

This div background color is #fad75d


#fad75d Border Color

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

This div border color is #fad75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad75d

#fad75d Color Palettes


Comments

No comments written yet.

Please login to write comment.