Color Hex Logo

#faee56 Color Hex

#FAEE56
(250,238,86)
0 Favorites   0 Comments

Color spaces of #faee56

RGB 25023886
HSL0.150.940.66
HSV56°66°98°
CMYK 0.000.050.66   0.02
XYZ71.678682.145020.8818
Yxy82.14500.41030.4702
Hunter Lab90.6339-17.441049.7835
CIE-Lab92.6388-13.156671.9720

#faee56 color RGB value is (250,238,86).

#faee56 hex color red value is 250, green value is 238 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #faee56 hue: 0.15 , saturation: 0.94 and the lightness value of faee56 is 0.66.

The process color (four color CMYK) of #faee56 color hex is 0.00, 0.05, 0.66, 0.02. Web safe color of #faee56 is #ffff66. Color #faee56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01010110
Octal 372 356 126
Decimal 250 238 86
Hex FA EE 56

RGB Percentages of Color #faee56

%43.55
%41.46
%14.98

CMYK Percentages of Color #faee56

%0
%5
%66
%2

Triadic Colors of #faee56

#faee56 #56faee #ee56fa

Analogous Colors of #faee56

#faee56 #b4fa56 #fa9c56

Monochromatic Colors of #faee56

#faee56

Complementary Color

#faee56 #5662fa

#faee56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee56 Color CSS Codes

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

#faee56 Text Font Color

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

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


#faee56 Background Color

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

This div background color is #faee56


#faee56 Border Color

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

This div border color is #faee56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee56


Comments

No comments written yet.

Please login to write comment.