Color Hex Logo

#fae769 Color Hex

#FAE769
(250,231,105)
0 Favorites   0 Comments

Color spaces of #fae769

RGB 250231105
HSL0.140.940.70
HSV52°58°98°
CMYK 0.000.080.58   0.02
XYZ70.550178.495724.7974
Yxy78.49570.40580.4515
Hunter Lab88.5978-12.907345.4239
CIE-Lab91.0056-8.518062.3560

#fae769 color RGB value is (250,231,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01101001
Octal 372 347 151
Decimal 250 231 105
Hex FA E7 69

RGB Percentages of Color #fae769

%42.66
%39.42
%17.92

CMYK Percentages of Color #fae769

%0
%8
%58
%2

Triadic Colors of #fae769

#fae769 #69fae7 #e769fa

Analogous Colors of #fae769

#fae769 #c5fa69 #fa9f69

Monochromatic Colors of #fae769

#fae769

Complementary Color

#fae769 #697cfa

#fae769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae769 Color CSS Codes

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

#fae769 Text Font Color

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

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


#fae769 Background Color

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

This div background color is #fae769


#fae769 Border Color

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

This div border color is #fae769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae769


Comments

No comments written yet.

Please login to write comment.