Color Hex Logo

#fae41b Color Hex

#FAE41B
(250,228,27)
0 Favorites   0 Comments

Color spaces of #fae41b

RGB 25022827
HSL0.150.960.54
HSV54°89°98°
CMYK 0.000.090.89   0.02
XYZ67.365675.889912.1346
Yxy75.88990.43350.4884
Hunter Lab87.1148-14.417452.7216
CIE-Lab89.8082-10.273486.1814

#fae41b color RGB value is (250,228,27).

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

The process color (four color CMYK) of #fae41b color hex is 0.00, 0.09, 0.89, 0.02. Web safe color of #fae41b is #ffcc33. Color #fae41b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00011011
Octal 372 344 33
Decimal 250 228 27
Hex FA E4 1B

RGB Percentages of Color #fae41b

%49.50
%45.15
%5.35

CMYK Percentages of Color #fae41b

%0
%9
%89
%2

Triadic Colors of #fae41b

#fae41b #1bfae4 #e41bfa

Analogous Colors of #fae41b

#fae41b #a1fa1b #fa751b

Monochromatic Colors of #fae41b

#fae41b

Complementary Color

#fae41b #1b31fa

#fae41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae41b Color CSS Codes

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

#fae41b Text Font Color

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

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


#fae41b Background Color

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

This div background color is #fae41b


#fae41b Border Color

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

This div border color is #fae41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae41b

Related Colors


Comments

No comments written yet.

Please login to write comment.