Color Hex Logo

#faee7d Color Hex

#FAEE7D
(250,238,125)
0 Favorites   0 Comments

Color spaces of #faee7d

RGB 250238125
HSL0.150.930.74
HSV54°50°98°
CMYK 0.000.050.50   0.02
XYZ73.700582.953731.5293
Yxy82.95370.39160.4408
Hunter Lab91.0789-14.947043.2305
CIE-Lab92.9942-10.448655.6042

#faee7d color RGB value is (250,238,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01111101
Octal 372 356 175
Decimal 250 238 125
Hex FA EE 7D

RGB Percentages of Color #faee7d

%40.78
%38.83
%20.39

CMYK Percentages of Color #faee7d

%0
%5
%50
%2

Triadic Colors of #faee7d

#faee7d #7dfaee #ee7dfa

Analogous Colors of #faee7d

#faee7d #c8fa7d #fab07d

Monochromatic Colors of #faee7d

#faee7d

Complementary Color

#faee7d #7d89fa

#faee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee7d Color CSS Codes

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

#faee7d Text Font Color

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

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


#faee7d Background Color

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

This div background color is #faee7d


#faee7d Border Color

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

This div border color is #faee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee7d


Comments

No comments written yet.

Please login to write comment.