Color Hex Logo

#faee0d Color Hex

#FAEE0D
(250,238,13)
0 Favorites   0 Comments

Color spaces of #faee0d

RGB 25023813
HSL0.160.960.52
HSV57°95°98°
CMYK 0.000.050.95   0.02
XYZ70.071581.502112.4191
Yxy81.50210.42730.4970
Hunter Lab90.2785-19.441055.0388
CIE-Lab92.3547-15.358989.8255

#faee0d color RGB value is (250,238,13).

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

The process color (four color CMYK) of #faee0d color hex is 0.00, 0.05, 0.95, 0.02. Web safe color of #faee0d is #ffff00. Color #faee0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00001101
Octal 372 356 15
Decimal 250 238 13
Hex FA EE D

RGB Percentages of Color #faee0d

%49.90
%47.50
%2.59

CMYK Percentages of Color #faee0d

%0
%5
%95
%2

Triadic Colors of #faee0d

#faee0d #0dfaee #ee0dfa

Analogous Colors of #faee0d

#faee0d #90fa0d #fa780d

Monochromatic Colors of #faee0d

#faee0d

Complementary Color

#faee0d #0d19fa

#faee0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee0d Color CSS Codes

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

#faee0d Text Font Color

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

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


#faee0d Background Color

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

This div background color is #faee0d


#faee0d Border Color

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

This div border color is #faee0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee0d


Comments

No comments written yet.

Please login to write comment.