Color Hex Logo

#fad45e Color Hex

#FAD45E
(250,212,94)
0 Favorites   0 Comments

Color spaces of #fad45e

RGB 25021294
HSL0.130.940.67
HSV45°62°98°
CMYK 0.000.150.62   0.02
XYZ64.988268.219120.3320
Yxy68.21910.42330.4443
Hunter Lab82.5949-4.091643.2212
CIE-Lab86.11590.334661.7468

#fad45e color RGB value is (250,212,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 01011110
Octal 372 324 136
Decimal 250 212 94
Hex FA D4 5E

RGB Percentages of Color #fad45e

%44.96
%38.13
%16.91

CMYK Percentages of Color #fad45e

%0
%15
%62
%2

Triadic Colors of #fad45e

#fad45e #5efad4 #d45efa

Analogous Colors of #fad45e

#fad45e #d2fa5e #fa865e

Monochromatic Colors of #fad45e

#fad45e

Complementary Color

#fad45e #5e84fa

#fad45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad45e Color CSS Codes

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

#fad45e Text Font Color

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

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


#fad45e Background Color

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

This div background color is #fad45e


#fad45e Border Color

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

This div border color is #fad45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad45e

Related Colors


Comments

No comments written yet.

Please login to write comment.