Color Hex Logo

#fae908 Color Hex

#FAE908
(250,233,8)
0 Favorites   0 Comments

Color spaces of #fae908

RGB 2502338
HSL0.150.960.51
HSV56°97°98°
CMYK 0.000.070.97   0.02
XYZ68.607178.619411.7888
Yxy78.61940.43140.4944
Hunter Lab88.6676-17.052854.1844
CIE-Lab91.0618-12.954989.2659

#fae908 color RGB value is (250,233,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00001000
Octal 372 351 10
Decimal 250 233 8
Hex FA E9 8

RGB Percentages of Color #fae908

%50.92
%47.45
%1.63

CMYK Percentages of Color #fae908

%0
%7
%97
%2

Triadic Colors of #fae908

#fae908 #08fae9 #e908fa

Analogous Colors of #fae908

#fae908 #92fa08 #fa7008

Monochromatic Colors of #fae908

#fae908

Complementary Color

#fae908 #0819fa

#fae908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae908 Color CSS Codes

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

#fae908 Text Font Color

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

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


#fae908 Background Color

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

This div background color is #fae908


#fae908 Border Color

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

This div border color is #fae908


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,233,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 #fae908">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae908


Comments

No comments written yet.

Please login to write comment.