Color Hex Logo

#fad24e Color Hex

#FAD24E
(250,210,78)
0 Favorites   0 Comments

Color spaces of #fad24e

RGB 25021078
HSL0.130.950.64
HSV46°69°98°
CMYK 0.000.160.69   0.02
XYZ63.846166.967216.7686
Yxy66.96720.43260.4538
Hunter Lab81.8335-3.943845.1343
CIE-Lab85.48740.448167.7748

#fad24e color RGB value is (250,210,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01001110
Octal 372 322 116
Decimal 250 210 78
Hex FA D2 4E

RGB Percentages of Color #fad24e

%46.47
%39.03
%14.50

CMYK Percentages of Color #fad24e

%0
%16
%69
%2

Triadic Colors of #fad24e

#fad24e #4efad2 #d24efa

Analogous Colors of #fad24e

#fad24e #ccfa4e #fa7c4e

Monochromatic Colors of #fad24e

#fad24e

Complementary Color

#fad24e #4e76fa

#fad24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad24e Color CSS Codes

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

#fad24e Text Font Color

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

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


#fad24e Background Color

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

This div background color is #fad24e


#fad24e Border Color

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

This div border color is #fad24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad24e


Comments

No comments written yet.

Please login to write comment.