Color Hex Logo

#fae21f Color Hex

#FAE21F
(250,226,31)
0 Favorites   0 Comments

Color spaces of #fae21f

RGB 25022631
HSL0.150.960.55
HSV53°88°98°
CMYK 0.000.100.88   0.02
XYZ66.868074.815612.2129
Yxy74.81560.43450.4861
Hunter Lab86.4960-13.373952.1757
CIE-Lab89.3065-9.211485.1099

#fae21f color RGB value is (250,226,31).

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

The process color (four color CMYK) of #fae21f color hex is 0.00, 0.10, 0.88, 0.02. Web safe color of #fae21f is #ffcc33. Color #fae21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00011111
Octal 372 342 37
Decimal 250 226 31
Hex FA E2 1F

RGB Percentages of Color #fae21f

%49.31
%44.58
%6.11

CMYK Percentages of Color #fae21f

%0
%10
%88
%2

Triadic Colors of #fae21f

#fae21f #1ffae2 #e21ffa

Analogous Colors of #fae21f

#fae21f #a5fa1f #fa751f

Monochromatic Colors of #fae21f

#fae21f

Complementary Color

#fae21f #1f37fa

#fae21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae21f Color CSS Codes

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

#fae21f Text Font Color

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

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


#fae21f Background Color

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

This div background color is #fae21f


#fae21f Border Color

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

This div border color is #fae21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae21f


Comments

No comments written yet.

Please login to write comment.