Color Hex Logo

#fad55d Color Hex

#FAD55D
(250,213,93)
0 Favorites   0 Comments

Color spaces of #fad55d

RGB 25021393
HSL0.130.940.67
HSV46°63°98°
CMYK 0.000.150.63   0.02
XYZ65.194468.702820.1808
Yxy68.70280.42310.4459
Hunter Lab82.8872-4.654443.5855
CIE-Lab86.3567-0.237862.4461

#fad55d color RGB value is (250,213,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 01011101
Octal 372 325 135
Decimal 250 213 93
Hex FA D5 5D

RGB Percentages of Color #fad55d

%44.96
%38.31
%16.73

CMYK Percentages of Color #fad55d

%0
%15
%63
%2

Triadic Colors of #fad55d

#fad55d #5dfad5 #d55dfa

Analogous Colors of #fad55d

#fad55d #d1fa5d #fa875d

Monochromatic Colors of #fad55d

#fad55d

Complementary Color

#fad55d #5d82fa

#fad55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad55d Color CSS Codes

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

#fad55d Text Font Color

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

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


#fad55d Background Color

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

This div background color is #fad55d


#fad55d Border Color

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

This div border color is #fad55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad55d


Comments

No comments written yet.

Please login to write comment.