Color Hex Logo

#fae708 Color Hex

#FAE708
(250,231,8)
0 Favorites   0 Comments

Color spaces of #fae708

RGB 2502318
HSL0.150.960.51
HSV55°97°98°
CMYK 0.000.080.97   0.02
XYZ68.044177.493411.6011
Yxy77.49340.43300.4932
Hunter Lab88.0303-16.079453.8077
CIE-Lab90.5482-11.971588.8890

#fae708 color RGB value is (250,231,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00001000
Octal 372 347 10
Decimal 250 231 8
Hex FA E7 8

RGB Percentages of Color #fae708

%51.12
%47.24
%1.64

CMYK Percentages of Color #fae708

%0
%8
%97
%2

Triadic Colors of #fae708

#fae708 #08fae7 #e708fa

Analogous Colors of #fae708

#fae708 #94fa08 #fa6e08

Monochromatic Colors of #fae708

#fae708

Complementary Color

#fae708 #081bfa

#fae708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae708 Color CSS Codes

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

#fae708 Text Font Color

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

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


#fae708 Background Color

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

This div background color is #fae708


#fae708 Border Color

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

This div border color is #fae708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae708


Comments

No comments written yet.

Please login to write comment.