Color Hex Logo

#fae772 Color Hex

#FAE772
(250,231,114)
0 Favorites   0 Comments

Color spaces of #fae772

RGB 250231114
HSL0.140.930.71
HSV52°54°98°
CMYK 0.000.080.54   0.02
XYZ71.037578.690727.3643
Yxy78.69070.40110.4443
Hunter Lab88.7078-12.295243.8059
CIE-Lab91.0942-7.859558.4319

#fae772 color RGB value is (250,231,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01110010
Octal 372 347 162
Decimal 250 231 114
Hex FA E7 72

RGB Percentages of Color #fae772

%42.02
%38.82
%19.16

CMYK Percentages of Color #fae772

%0
%8
%54
%2

Triadic Colors of #fae772

#fae772 #72fae7 #e772fa

Analogous Colors of #fae772

#fae772 #c9fa72 #faa372

Monochromatic Colors of #fae772

#fae772

Complementary Color

#fae772 #7285fa

#fae772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae772 Color CSS Codes

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

#fae772 Text Font Color

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

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


#fae772 Background Color

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

This div background color is #fae772


#fae772 Border Color

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

This div border color is #fae772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae772


Comments

No comments written yet.

Please login to write comment.