Color Hex Logo

#fad15d Color Hex

#FAD15D
(250,209,93)
0 Favorites   0 Comments

Color spaces of #fad15d

RGB 25020993
HSL0.120.940.67
HSV44°63°98°
CMYK 0.000.160.63   0.02
XYZ64.200666.715219.8495
Yxy66.71520.42580.4425
Hunter Lab81.6794-2.636642.7671
CIE-Lab85.35991.806461.3550

#fad15d color RGB value is (250,209,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 01011101
Octal 372 321 135
Decimal 250 209 93
Hex FA D1 5D

RGB Percentages of Color #fad15d

%45.29
%37.86
%16.85

CMYK Percentages of Color #fad15d

%0
%16
%63
%2

Triadic Colors of #fad15d

#fad15d #5dfad1 #d15dfa

Analogous Colors of #fad15d

#fad15d #d5fa5d #fa835d

Monochromatic Colors of #fad15d

#fad15d

Complementary Color

#fad15d #5d86fa

#fad15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad15d Color CSS Codes

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

#fad15d Text Font Color

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

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


#fad15d Background Color

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

This div background color is #fad15d


#fad15d Border Color

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

This div border color is #fad15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad15d


Comments

No comments written yet.

Please login to write comment.