Color Hex Logo

#fae500 Color Hex

#FAE500
(250,229,0)
0 Favorites   0 Comments

Color spaces of #fae500

RGB 2502290
HSL0.151.000.49
HSV55°100°98°
CMYK 0.000.081.00   0.02
XYZ67.443776.362611.1848
Yxy76.36260.43510.4927
Hunter Lab87.3857-15.159953.5813
CIE-Lab90.0274-11.046189.1390

#fae500 color RGB value is (250,229,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 00000000
Octal 372 345 0
Decimal 250 229 0
Hex FA E5 0

RGB Percentages of Color #fae500

%52.19
%47.81
%0.00

CMYK Percentages of Color #fae500

%0
%8
%100
%2

Triadic Colors of #fae500

#fae500 #00fae5 #e500fa

Analogous Colors of #fae500

#fae500 #92fa00 #fa6800

Monochromatic Colors of #fae500

#fae500

Complementary Color

#fae500 #0015fa

#fae500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae500 Color CSS Codes

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

#fae500 Text Font Color

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

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


#fae500 Background Color

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

This div background color is #fae500


#fae500 Border Color

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

This div border color is #fae500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae500


Comments

No comments written yet.

Please login to write comment.