Color Hex Logo

#fae35b Color Hex

#FAE35B
(250,227,91)
0 Favorites   0 Comments

Color spaces of #fae35b

RGB 25022791
HSL0.140.940.67
HSV51°64°98°
CMYK 0.000.090.64   0.02
XYZ68.781876.017520.9452
Yxy76.01750.41500.4586
Hunter Lab87.1880-11.762146.7884
CIE-Lab89.8675-7.426667.0772

#fae35b color RGB value is (250,227,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 01011011
Octal 372 343 133
Decimal 250 227 91
Hex FA E3 5B

RGB Percentages of Color #fae35b

%44.01
%39.96
%16.02

CMYK Percentages of Color #fae35b

%0
%9
%64
%2

Triadic Colors of #fae35b

#fae35b #5bfae3 #e35bfa

Analogous Colors of #fae35b

#fae35b #c2fa5b #fa945b

Monochromatic Colors of #fae35b

#fae35b

Complementary Color

#fae35b #5b72fa

#fae35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae35b Color CSS Codes

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

#fae35b Text Font Color

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

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


#fae35b Background Color

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

This div background color is #fae35b


#fae35b Border Color

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

This div border color is #fae35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae35b


Comments

No comments written yet.

Please login to write comment.