Color Hex Logo

#fae76a Color Hex

#FAE76A
(250,231,106)
0 Favorites   0 Comments

Color spaces of #fae76a

RGB 250231106
HSL0.140.940.70
HSV52°58°98°
CMYK 0.000.080.58   0.02
XYZ70.601878.516425.0697
Yxy78.51640.40530.4508
Hunter Lab88.6095-12.842345.2521
CIE-Lab91.0150-8.448061.9268

#fae76a color RGB value is (250,231,106).

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

The process color (four color CMYK) of #fae76a color hex is 0.00, 0.08, 0.58, 0.02. Web safe color of #fae76a is #ffff66. Color #fae76a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01101010
Octal 372 347 152
Decimal 250 231 106
Hex FA E7 6A

RGB Percentages of Color #fae76a

%42.59
%39.35
%18.06

CMYK Percentages of Color #fae76a

%0
%8
%58
%2

Triadic Colors of #fae76a

#fae76a #6afae7 #e76afa

Analogous Colors of #fae76a

#fae76a #c5fa6a #fa9f6a

Monochromatic Colors of #fae76a

#fae76a

Complementary Color

#fae76a #6a7dfa

#fae76a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae76a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae76a Color CSS Codes

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

#fae76a Text Font Color

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

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


#fae76a Background Color

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

This div background color is #fae76a


#fae76a Border Color

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

This div border color is #fae76a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae76a


Comments

No comments written yet.

Please login to write comment.