Color Hex Logo

#faee07 Color Hex

#FAEE07
(250,238,7)
0 Favorites   0 Comments

Color spaces of #faee07

RGB 2502387
HSL0.160.960.50
HSV57°97°98°
CMYK 0.000.050.97   0.02
XYZ70.037281.488412.2385
Yxy81.48840.42770.4976
Hunter Lab90.2709-19.483955.1514
CIE-Lab92.3486-15.406490.2875

#faee07 color RGB value is (250,238,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00000111
Octal 372 356 7
Decimal 250 238 7
Hex FA EE 7

RGB Percentages of Color #faee07

%50.51
%48.08
%1.41

CMYK Percentages of Color #faee07

%0
%5
%97
%2

Triadic Colors of #faee07

#faee07 #07faee #ee07fa

Analogous Colors of #faee07

#faee07 #8dfa07 #fa7507

Monochromatic Colors of #faee07

#faee07

Complementary Color

#faee07 #0713fa

#faee07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee07 Color CSS Codes

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

#faee07 Text Font Color

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

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


#faee07 Background Color

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

This div background color is #faee07


#faee07 Border Color

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

This div border color is #faee07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee07

Related Colors


Comments

No comments written yet.

Please login to write comment.