Color Hex Logo

#fad25e Color Hex

#FAD25E
(250,210,94)
0 Favorites   0 Comments

Color spaces of #fad25e

RGB 25021094
HSL0.120.940.67
HSV45°62°98°
CMYK 0.000.160.62   0.02
XYZ64.491367.225320.1664
Yxy67.22530.42460.4426
Hunter Lab81.9910-3.082442.8108
CIE-Lab85.61761.356961.1989

#fad25e color RGB value is (250,210,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010010 01011110
Octal 372 322 136
Decimal 250 210 94
Hex FA D2 5E

RGB Percentages of Color #fad25e

%45.13
%37.91
%16.97

CMYK Percentages of Color #fad25e

%0
%16
%62
%2

Triadic Colors of #fad25e

#fad25e #5efad2 #d25efa

Analogous Colors of #fad25e

#fad25e #d4fa5e #fa845e

Monochromatic Colors of #fad25e

#fad25e

Complementary Color

#fad25e #5e86fa

#fad25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad25e Color CSS Codes

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

#fad25e Text Font Color

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

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


#fad25e Background Color

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

This div background color is #fad25e


#fad25e Border Color

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

This div border color is #fad25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad25e

Related Colors


Comments

No comments written yet.

Please login to write comment.