Color Hex Logo

#fad55e Color Hex

#FAD55E
(250,213,94)
0 Favorites   0 Comments

Color spaces of #fad55e

RGB 25021394
HSL0.130.940.67
HSV46°62°98°
CMYK 0.000.150.62   0.02
XYZ65.239068.720620.4156
Yxy68.72060.42260.4452
Hunter Lab82.8979-4.595343.4269
CIE-Lab86.3655-0.175462.0208

#fad55e color RGB value is (250,213,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 01011110
Octal 372 325 136
Decimal 250 213 94
Hex FA D5 5E

RGB Percentages of Color #fad55e

%44.88
%38.24
%16.88

CMYK Percentages of Color #fad55e

%0
%15
%62
%2

Triadic Colors of #fad55e

#fad55e #5efad5 #d55efa

Analogous Colors of #fad55e

#fad55e #d1fa5e #fa875e

Monochromatic Colors of #fad55e

#fad55e

Complementary Color

#fad55e #5e83fa

#fad55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad55e Color CSS Codes

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

#fad55e Text Font Color

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

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


#fad55e Background Color

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

This div background color is #fad55e


#fad55e Border Color

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

This div border color is #fad55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad55e


Comments

No comments written yet.

Please login to write comment.