Color Hex Logo

#faee08 Color Hex

#FAEE08
(250,238,8)
0 Favorites   0 Comments

Color spaces of #faee08

RGB 2502388
HSL0.160.960.51
HSV57°97°98°
CMYK 0.000.050.97   0.02
XYZ70.042781.490612.2673
Yxy81.49060.42760.4975
Hunter Lab90.2721-19.477055.1334
CIE-Lab92.3496-15.398890.2135

#faee08 color RGB value is (250,238,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101110 00001000
Octal 372 356 10
Decimal 250 238 8
Hex FA EE 8

RGB Percentages of Color #faee08

%50.40
%47.98
%1.61

CMYK Percentages of Color #faee08

%0
%5
%97
%2

Triadic Colors of #faee08

#faee08 #08faee #ee08fa

Analogous Colors of #faee08

#faee08 #8dfa08 #fa7508

Monochromatic Colors of #faee08

#faee08

Complementary Color

#faee08 #0814fa

#faee08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faee08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faee08 Color CSS Codes

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

#faee08 Text Font Color

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

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


#faee08 Background Color

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

This div background color is #faee08


#faee08 Border Color

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

This div border color is #faee08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faee08


Comments

No comments written yet.

Please login to write comment.