Color Hex Logo

#faed4c Color Hex

#FAED4C
(250,237,76)
0 Favorites   0 Comments

Color spaces of #faed4c

RGB 25023776
HSL0.150.950.64
HSV56°70°98°
CMYK 0.000.050.70   0.02
XYZ71.013081.414218.8092
Yxy81.41420.41470.4754
Hunter Lab90.2298-17.418550.8013
CIE-Lab92.3157-13.176975.3645

#faed4c color RGB value is (250,237,76).

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

The process color (four color CMYK) of #faed4c color hex is 0.00, 0.05, 0.70, 0.02. Web safe color of #faed4c is #ffff33. Color #faed4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101101 01001100
Octal 372 355 114
Decimal 250 237 76
Hex FA ED 4C

RGB Percentages of Color #faed4c

%44.40
%42.10
%13.50

CMYK Percentages of Color #faed4c

%0
%5
%70
%2

Triadic Colors of #faed4c

#faed4c #4cfaed #ed4cfa

Analogous Colors of #faed4c

#faed4c #b0fa4c #fa964c

Monochromatic Colors of #faed4c

#faed4c

Complementary Color

#faed4c #4c59fa

#faed4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faed4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faed4c Color CSS Codes

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

#faed4c Text Font Color

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

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


#faed4c Background Color

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

This div background color is #faed4c


#faed4c Border Color

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

This div border color is #faed4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faed4c


Comments

No comments written yet.

Please login to write comment.