Color Hex Logo

#faee47 Color Hex

#FAEE47
(250,238,71)
0 Favorites   0 Comments

Color spaces of #faee47

RGB 25023871
HSL0.160.950.63
HSV56°72°98°
CMYK 0.000.050.72   0.02
XYZ71.136281.928018.0256
Yxy81.92800.41580.4789
Hunter Lab90.5141-18.114251.5524
CIE-Lab92.5431-13.894877.3253

#faee47 color RGB value is (250,238,71).

#faee47 hex color red value is 250, green value is 238 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #faee47 hue: 0.16 , saturation: 0.95 and the lightness value of faee47 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 01000111
Octal 372 356 107
Decimal 250 238 71
Hex FA EE 47

RGB Percentages of Color #faee47

%44.72
%42.58
%12.70

CMYK Percentages of Color #faee47

%0
%5
%72
%2

Triadic Colors of #faee47

#faee47 #47faee #ee47fa

Analogous Colors of #faee47

#faee47 #adfa47 #fa9547

Monochromatic Colors of #faee47

#faee47

Complementary Color

#faee47 #4753fa

#faee47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee47 Color CSS Codes

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

#faee47 Text Font Color

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

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


#faee47 Background Color

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

This div background color is #faee47


#faee47 Border Color

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

This div border color is #faee47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee47


Comments

No comments written yet.

Please login to write comment.