Color Hex Logo

#fae35a Color Hex

#FAE35A
(250,227,90)
0 Favorites   0 Comments

Color spaces of #fae35a

RGB 25022790
HSL0.140.940.67
HSV51°64°98°
CMYK 0.000.090.64   0.02
XYZ68.738976.000320.7195
Yxy76.00030.41540.4593
Hunter Lab87.1782-11.816746.9333
CIE-Lab89.8595-7.485567.4797

#fae35a color RGB value is (250,227,90).

#fae35a hex color red value is 250, green value is 227 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #fae35a hue: 0.14 , saturation: 0.94 and the lightness value of fae35a is 0.67.

The process color (four color CMYK) of #fae35a color hex is 0.00, 0.09, 0.64, 0.02. Web safe color of #fae35a is #ffcc66. Color #fae35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01011010
Octal 372 343 132
Decimal 250 227 90
Hex FA E3 5A

RGB Percentages of Color #fae35a

%44.09
%40.04
%15.87

CMYK Percentages of Color #fae35a

%0
%9
%64
%2

Triadic Colors of #fae35a

#fae35a #5afae3 #e35afa

Analogous Colors of #fae35a

#fae35a #c1fa5a #fa935a

Monochromatic Colors of #fae35a

#fae35a

Complementary Color

#fae35a #5a71fa

#fae35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae35a Color CSS Codes

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

#fae35a Text Font Color

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

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


#fae35a Background Color

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

This div background color is #fae35a


#fae35a Border Color

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

This div border color is #fae35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae35a


Comments

No comments written yet.

Please login to write comment.