Color Hex Logo

#fae176 Color Hex

#FAE176
(250,225,118)
0 Favorites   0 Comments

Color spaces of #fae176

RGB 250225118
HSL0.140.930.72
HSV49°53°98°
CMYK 0.000.100.53   0.02
XYZ69.619675.482428.0398
Yxy75.48240.40210.4360
Hunter Lab86.8806-9.004641.6812
CIE-Lab89.6185-4.538154.8575

#fae176 color RGB value is (250,225,118).

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

The process color (four color CMYK) of #fae176 color hex is 0.00, 0.10, 0.53, 0.02. Web safe color of #fae176 is #ffcc66. Color #fae176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01110110
Octal 372 341 166
Decimal 250 225 118
Hex FA E1 76

RGB Percentages of Color #fae176

%42.16
%37.94
%19.90

CMYK Percentages of Color #fae176

%0
%10
%53
%2

Triadic Colors of #fae176

#fae176 #76fae1 #e176fa

Analogous Colors of #fae176

#fae176 #d1fa76 #fa9f76

Monochromatic Colors of #fae176

#fae176

Complementary Color

#fae176 #768ffa

#fae176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae176 Color CSS Codes

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

#fae176 Text Font Color

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

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


#fae176 Background Color

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

This div background color is #fae176


#fae176 Border Color

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

This div border color is #fae176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae176


Comments

No comments written yet.

Please login to write comment.