Color Hex Logo

#faea68 Color Hex

#FAEA68
(250,234,104)
0 Favorites   0 Comments

Color spaces of #faea68

RGB 250234104
HSL0.150.940.69
HSV53°58°98°
CMYK 0.000.060.58   0.02
XYZ71.345980.169124.8106
Yxy80.16910.40460.4547
Hunter Lab89.5372-14.456046.2469
CIE-Lab91.7607-10.076763.6361

#faea68 color RGB value is (250,234,104).

#faea68 hex color red value is 250, green value is 234 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #faea68 hue: 0.15 , saturation: 0.94 and the lightness value of faea68 is 0.69.

The process color (four color CMYK) of #faea68 color hex is 0.00, 0.06, 0.58, 0.02. Web safe color of #faea68 is #ffff66. Color #faea68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11101010 01101000
Octal 372 352 150
Decimal 250 234 104
Hex FA EA 68

RGB Percentages of Color #faea68

%42.52
%39.80
%17.69

CMYK Percentages of Color #faea68

%0
%6
%58
%2

Triadic Colors of #faea68

#faea68 #68faea #ea68fa

Analogous Colors of #faea68

#faea68 #c1fa68 #faa168

Monochromatic Colors of #faea68

#faea68

Complementary Color

#faea68 #6878fa

#faea68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faea68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faea68 Color CSS Codes

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

#faea68 Text Font Color

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

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


#faea68 Background Color

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

This div background color is #faea68


#faea68 Border Color

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

This div border color is #faea68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faea68


Comments

No comments written yet.

Please login to write comment.