Color Hex Logo

#fae174 Color Hex

#FAE174
(250,225,116)
0 Favorites   0 Comments

Color spaces of #fae174

RGB 250225116
HSL0.140.930.72
HSV49°54°98°
CMYK 0.000.100.54   0.02
XYZ69.501975.435427.4203
Yxy75.43540.40320.4377
Hunter Lab86.8536-9.154642.0792
CIE-Lab89.5965-4.697755.7638

#fae174 color RGB value is (250,225,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01110100
Octal 372 341 164
Decimal 250 225 116
Hex FA E1 74

RGB Percentages of Color #fae174

%42.30
%38.07
%19.63

CMYK Percentages of Color #fae174

%0
%10
%54
%2

Triadic Colors of #fae174

#fae174 #74fae1 #e174fa

Analogous Colors of #fae174

#fae174 #d0fa74 #fa9e74

Monochromatic Colors of #fae174

#fae174

Complementary Color

#fae174 #748dfa

#fae174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae174 Color CSS Codes

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

#fae174 Text Font Color

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

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


#fae174 Background Color

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

This div background color is #fae174


#fae174 Border Color

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

This div border color is #fae174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae174


Comments

No comments written yet.

Please login to write comment.