Color Hex Logo

#fae678 Color Hex

#FAE678
(250,230,120)
0 Favorites   0 Comments

Color spaces of #fae678

RGB 250230120
HSL0.140.930.73
HSV51°52°98°
CMYK 0.000.080.52   0.02
XYZ71.111378.273729.1297
Yxy78.27370.39830.4385
Hunter Lab88.4724-11.354242.4094
CIE-Lab90.9047-6.885655.4473

#fae678 color RGB value is (250,230,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01111000
Octal 372 346 170
Decimal 250 230 120
Hex FA E6 78

RGB Percentages of Color #fae678

%41.67
%38.33
%20.00

CMYK Percentages of Color #fae678

%0
%8
%52
%2

Triadic Colors of #fae678

#fae678 #78fae6 #e678fa

Analogous Colors of #fae678

#fae678 #cdfa78 #faa578

Monochromatic Colors of #fae678

#fae678

Complementary Color

#fae678 #788cfa

#fae678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae678 Color CSS Codes

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

#fae678 Text Font Color

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

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


#fae678 Background Color

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

This div background color is #fae678


#fae678 Border Color

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

This div border color is #fae678


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,230,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 #fae678">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae678


Comments

No comments written yet.

Please login to write comment.