Color Hex Logo

#fae700 Color Hex

#FAE700
(250,231,0)
0 Favorites   0 Comments

Color spaces of #fae700

RGB 2502310
HSL0.151.000.49
HSV55°100°98°
CMYK 0.000.081.00   0.02
XYZ68.000377.475811.3703
Yxy77.47580.43350.4940
Hunter Lab88.0203-16.135053.9553
CIE-Lab90.5402-12.032789.5081

#fae700 color RGB value is (250,231,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 00000000
Octal 372 347 0
Decimal 250 231 0
Hex FA E7 0

RGB Percentages of Color #fae700

%51.98
%48.02
%0.00

CMYK Percentages of Color #fae700

%0
%8
%100
%2

Triadic Colors of #fae700

#fae700 #00fae7 #e700fa

Analogous Colors of #fae700

#fae700 #90fa00 #fa6a00

Monochromatic Colors of #fae700

#fae700

Complementary Color

#fae700 #0013fa

#fae700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae700 Color CSS Codes

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

#fae700 Text Font Color

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

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


#fae700 Background Color

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

This div background color is #fae700


#fae700 Border Color

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

This div border color is #fae700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae700


Comments

No comments written yet.

Please login to write comment.