Color Hex Logo

#fae920 Color Hex

#FAE920
(250,233,32)
0 Favorites   0 Comments

Color spaces of #fae920

RGB 25023332
HSL0.150.960.55
HSV55°87°98°
CMYK 0.000.070.87   0.02
XYZ68.824078.706112.9309
Yxy78.70610.42890.4905
Hunter Lab88.7165-16.778053.4597
CIE-Lab91.1011-12.652486.3497

#fae920 color RGB value is (250,233,32).

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

The process color (four color CMYK) of #fae920 color hex is 0.00, 0.07, 0.87, 0.02. Web safe color of #fae920 is #ffff33. Color #fae920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00100000
Octal 372 351 40
Decimal 250 233 32
Hex FA E9 20

RGB Percentages of Color #fae920

%48.54
%45.24
%6.21

CMYK Percentages of Color #fae920

%0
%7
%87
%2

Triadic Colors of #fae920

#fae920 #20fae9 #e920fa

Analogous Colors of #fae920

#fae920 #9efa20 #fa7c20

Monochromatic Colors of #fae920

#fae920

Complementary Color

#fae920 #2031fa

#fae920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae920 Color CSS Codes

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

#fae920 Text Font Color

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

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


#fae920 Background Color

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

This div background color is #fae920


#fae920 Border Color

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

This div border color is #fae920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae920


Comments

No comments written yet.

Please login to write comment.