Color Hex Logo

#faee73 Color Hex

#FAEE73
(250,238,115)
0 Favorites   0 Comments

Color spaces of #faee73

RGB 250238115
HSL0.150.930.72
HSV55°54°98°
CMYK 0.000.050.54   0.02
XYZ73.093482.710928.3320
Yxy82.71090.39700.4492
Hunter Lab90.9455-15.693345.1914
CIE-Lab92.8877-11.254660.0537

#faee73 color RGB value is (250,238,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01110011
Octal 372 356 163
Decimal 250 238 115
Hex FA EE 73

RGB Percentages of Color #faee73

%41.46
%39.47
%19.07

CMYK Percentages of Color #faee73

%0
%5
%54
%2

Triadic Colors of #faee73

#faee73 #73faee #ee73fa

Analogous Colors of #faee73

#faee73 #c3fa73 #faab73

Monochromatic Colors of #faee73

#faee73

Complementary Color

#faee73 #737ffa

#faee73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee73 Color CSS Codes

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

#faee73 Text Font Color

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

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


#faee73 Background Color

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

This div background color is #faee73


#faee73 Border Color

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

This div border color is #faee73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee73


Comments

No comments written yet.

Please login to write comment.