Color Hex Logo

#fae478 Color Hex

#FAE478
(250,228,120)
0 Favorites   0 Comments

Color spaces of #fae478

RGB 250228120
HSL0.140.930.73
HSV50°52°98°
CMYK 0.000.090.52   0.02
XYZ70.557977.166928.9452
Yxy77.16690.39940.4368
Hunter Lab87.8447-10.354941.9550
CIE-Lab90.3984-5.883954.8471

#fae478 color RGB value is (250,228,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 01111000
Octal 372 344 170
Decimal 250 228 120
Hex FA E4 78

RGB Percentages of Color #fae478

%41.81
%38.13
%20.07

CMYK Percentages of Color #fae478

%0
%9
%52
%2

Triadic Colors of #fae478

#fae478 #78fae4 #e478fa

Analogous Colors of #fae478

#fae478 #cffa78 #faa378

Monochromatic Colors of #fae478

#fae478

Complementary Color

#fae478 #788efa

#fae478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae478 Color CSS Codes

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

#fae478 Text Font Color

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

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


#fae478 Background Color

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

This div background color is #fae478


#fae478 Border Color

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

This div border color is #fae478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae478


Comments

No comments written yet.

Please login to write comment.