Color Hex Logo

#faee7c Color Hex

#FAEE7C
(250,238,124)
0 Favorites   0 Comments

Color spaces of #faee7c

RGB 250238124
HSL0.150.930.73
HSV54°50°98°
CMYK 0.000.050.50   0.02
XYZ73.637082.928331.1945
Yxy82.92830.39220.4417
Hunter Lab91.0650-15.025043.4356
CIE-Lab92.9830-10.532656.0551

#faee7c color RGB value is (250,238,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01111100
Octal 372 356 174
Decimal 250 238 124
Hex FA EE 7C

RGB Percentages of Color #faee7c

%40.85
%38.89
%20.26

CMYK Percentages of Color #faee7c

%0
%5
%50
%2

Triadic Colors of #faee7c

#faee7c #7cfaee #ee7cfa

Analogous Colors of #faee7c

#faee7c #c7fa7c #faaf7c

Monochromatic Colors of #faee7c

#faee7c

Complementary Color

#faee7c #7c88fa

#faee7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee7c Color CSS Codes

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

#faee7c Text Font Color

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

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


#faee7c Background Color

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

This div background color is #faee7c


#faee7c Border Color

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

This div border color is #faee7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee7c

Related Colors


Comments

No comments written yet.

Please login to write comment.