Color Hex Logo

#fae921 Color Hex

#FAE921
(250,233,33)
0 Favorites   0 Comments

Color spaces of #fae921

RGB 25023333
HSL0.150.960.55
HSV55°87°98°
CMYK 0.000.070.87   0.02
XYZ68.837878.711613.0036
Yxy78.71160.42880.4903
Hunter Lab88.7196-16.760553.4136
CIE-Lab91.1036-12.633186.1702

#fae921 color RGB value is (250,233,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 00100001
Octal 372 351 41
Decimal 250 233 33
Hex FA E9 21

RGB Percentages of Color #fae921

%48.45
%45.16
%6.40

CMYK Percentages of Color #fae921

%0
%7
%87
%2

Triadic Colors of #fae921

#fae921 #21fae9 #e921fa

Analogous Colors of #fae921

#fae921 #9ffa21 #fa7d21

Monochromatic Colors of #fae921

#fae921

Complementary Color

#fae921 #2132fa

#fae921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae921 Color CSS Codes

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

#fae921 Text Font Color

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

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


#fae921 Background Color

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

This div background color is #fae921


#fae921 Border Color

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

This div border color is #fae921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae921


Comments

No comments written yet.

Please login to write comment.