Color Hex Logo

#fae621 Color Hex

#FAE621
(250,230,33)
0 Favorites   0 Comments

Color spaces of #fae621

RGB 25023033
HSL0.150.960.55
HSV54°87°98°
CMYK 0.000.080.87   0.02
XYZ67.995777.027412.7229
Yxy77.02740.43100.4883
Hunter Lab87.7653-15.297252.8407
CIE-Lab90.3342-11.155185.5574

#fae621 color RGB value is (250,230,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 00100001
Octal 372 346 41
Decimal 250 230 33
Hex FA E6 21

RGB Percentages of Color #fae621

%48.73
%44.83
%6.43

CMYK Percentages of Color #fae621

%0
%8
%87
%2

Triadic Colors of #fae621

#fae621 #21fae6 #e621fa

Analogous Colors of #fae621

#fae621 #a2fa21 #fa7a21

Monochromatic Colors of #fae621

#fae621

Complementary Color

#fae621 #2135fa

#fae621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae621 Color CSS Codes

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

#fae621 Text Font Color

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

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


#fae621 Background Color

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

This div background color is #fae621


#fae621 Border Color

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

This div border color is #fae621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae621


Comments

No comments written yet.

Please login to write comment.