Color Hex Logo

#fae477 Color Hex

#FAE477
(250,228,119)
0 Favorites   0 Comments

Color spaces of #fae477

RGB 250228119
HSL0.140.930.72
HSV50°52°98°
CMYK 0.000.090.52   0.02
XYZ70.497577.142728.6272
Yxy77.14270.39990.4376
Hunter Lab87.8309-10.431142.1569
CIE-Lab90.3873-5.965255.3006

#fae477 color RGB value is (250,228,119).

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

The process color (four color CMYK) of #fae477 color hex is 0.00, 0.09, 0.52, 0.02. Web safe color of #fae477 is #ffcc66. Color #fae477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01110111
Octal 372 344 167
Decimal 250 228 119
Hex FA E4 77

RGB Percentages of Color #fae477

%41.88
%38.19
%19.93

CMYK Percentages of Color #fae477

%0
%9
%52
%2

Triadic Colors of #fae477

#fae477 #77fae4 #e477fa

Analogous Colors of #fae477

#fae477 #cffa77 #faa377

Monochromatic Colors of #fae477

#fae477

Complementary Color

#fae477 #778dfa

#fae477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae477 Color CSS Codes

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

#fae477 Text Font Color

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

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


#fae477 Background Color

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

This div background color is #fae477


#fae477 Border Color

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

This div border color is #fae477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae477


Comments

No comments written yet.

Please login to write comment.