Color Hex Logo

#fad04e Color Hex

#FAD04E
(250,208,78)
0 Favorites   0 Comments

Color spaces of #fad04e

RGB 25020878
HSL0.130.950.64
HSV45°69°98°
CMYK 0.000.170.69   0.02
XYZ63.355465.985816.6051
Yxy65.98580.43410.4521
Hunter Lab81.2316-2.937044.7423
CIE-Lab84.98921.470867.2653

#fad04e color RGB value is (250,208,78).

#fad04e hex color red value is 250, green value is 208 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fad04e hue: 0.13 , saturation: 0.95 and the lightness value of fad04e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01001110
Octal 372 320 116
Decimal 250 208 78
Hex FA D0 4E

RGB Percentages of Color #fad04e

%46.64
%38.81
%14.55

CMYK Percentages of Color #fad04e

%0
%17
%69
%2

Triadic Colors of #fad04e

#fad04e #4efad0 #d04efa

Analogous Colors of #fad04e

#fad04e #cefa4e #fa7a4e

Monochromatic Colors of #fad04e

#fad04e

Complementary Color

#fad04e #4e78fa

#fad04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad04e Color CSS Codes

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

#fad04e Text Font Color

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

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


#fad04e Background Color

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

This div background color is #fad04e


#fad04e Border Color

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

This div border color is #fad04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad04e

Related Colors


Comments

No comments written yet.

Please login to write comment.