Color Hex Logo

#fae971 Color Hex

#FAE971
(250,233,113)
0 Favorites   0 Comments

Color spaces of #fae971

RGB 250233113
HSL0.150.930.71
HSV53°55°98°
CMYK 0.000.070.55   0.02
XYZ71.543979.794127.2538
Yxy79.79410.40060.4468
Hunter Lab89.3275-13.359644.4399
CIE-Lab91.5924-8.931459.4611

#fae971 color RGB value is (250,233,113).

#fae971 hex color red value is 250, green value is 233 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fae971 hue: 0.15 , saturation: 0.93 and the lightness value of fae971 is 0.71.

The process color (four color CMYK) of #fae971 color hex is 0.00, 0.07, 0.55, 0.02. Web safe color of #fae971 is #ffff66. Color #fae971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101001 01110001
Octal 372 351 161
Decimal 250 233 113
Hex FA E9 71

RGB Percentages of Color #fae971

%41.95
%39.09
%18.96

CMYK Percentages of Color #fae971

%0
%7
%55
%2

Triadic Colors of #fae971

#fae971 #71fae9 #e971fa

Analogous Colors of #fae971

#fae971 #c7fa71 #faa571

Monochromatic Colors of #fae971

#fae971

Complementary Color

#fae971 #7182fa

#fae971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae971 Color CSS Codes

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

#fae971 Text Font Color

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

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


#fae971 Background Color

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

This div background color is #fae971


#fae971 Border Color

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

This div border color is #fae971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae971

Related Colors


Comments

No comments written yet.

Please login to write comment.