Color Hex Logo

#fae600 Color Hex

#FAE600
(250,230,0)
0 Favorites   0 Comments

Color spaces of #fae600

RGB 2502300
HSL0.151.000.49
HSV55°100°98°
CMYK 0.000.081.00   0.02
XYZ67.721276.917611.2773
Yxy76.91760.43430.4933
Hunter Lab87.7027-15.647753.7680
CIE-Lab90.2837-11.539889.3233

#fae600 color RGB value is (250,230,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00000000
Octal 372 346 0
Decimal 250 230 0
Hex FA E6 0

RGB Percentages of Color #fae600

%52.08
%47.92
%0.00

CMYK Percentages of Color #fae600

%0
%8
%100
%2

Triadic Colors of #fae600

#fae600 #00fae6 #e600fa

Analogous Colors of #fae600

#fae600 #91fa00 #fa6900

Monochromatic Colors of #fae600

#fae600

Complementary Color

#fae600 #0014fa

#fae600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae600 Color CSS Codes

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

#fae600 Text Font Color

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

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


#fae600 Background Color

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

This div background color is #fae600


#fae600 Border Color

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

This div border color is #fae600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae600


Comments

No comments written yet.

Please login to write comment.