Color Hex Logo

#fad05d Color Hex

#FAD05D
(250,208,93)
0 Favorites   0 Comments

Color spaces of #fad05d

RGB 25020893
HSL0.120.940.67
HSV44°63°98°
CMYK 0.000.170.63   0.02
XYZ63.956066.226119.7680
Yxy66.22610.42650.4417
Hunter Lab81.3794-2.131042.5634
CIE-Lab85.11162.318861.0823

#fad05d color RGB value is (250,208,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01011101
Octal 372 320 135
Decimal 250 208 93
Hex FA D0 5D

RGB Percentages of Color #fad05d

%45.37
%37.75
%16.88

CMYK Percentages of Color #fad05d

%0
%17
%63
%2

Triadic Colors of #fad05d

#fad05d #5dfad0 #d05dfa

Analogous Colors of #fad05d

#fad05d #d6fa5d #fa825d

Monochromatic Colors of #fad05d

#fad05d

Complementary Color

#fad05d #5d87fa

#fad05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad05d Color CSS Codes

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

#fad05d Text Font Color

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

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


#fad05d Background Color

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

This div background color is #fad05d


#fad05d Border Color

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

This div border color is #fad05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad05d

Related Colors


Comments

No comments written yet.

Please login to write comment.