Color Hex Logo

#fae668 Color Hex

#FAE668
(250,230,104)
0 Favorites   0 Comments

Color spaces of #fae668

RGB 250230104
HSL0.140.940.69
HSV52°58°98°
CMYK 0.000.080.58   0.02
XYZ70.219877.917124.4352
Yxy77.91710.40690.4515
Hunter Lab88.2707-12.475945.3767
CIE-Lab90.7421-8.089662.4991

#fae668 color RGB value is (250,230,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01101000
Octal 372 346 150
Decimal 250 230 104
Hex FA E6 68

RGB Percentages of Color #fae668

%42.81
%39.38
%17.81

CMYK Percentages of Color #fae668

%0
%8
%58
%2

Triadic Colors of #fae668

#fae668 #68fae6 #e668fa

Analogous Colors of #fae668

#fae668 #c5fa68 #fa9d68

Monochromatic Colors of #fae668

#fae668

Complementary Color

#fae668 #687cfa

#fae668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae668 Color CSS Codes

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

#fae668 Text Font Color

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

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


#fae668 Background Color

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

This div background color is #fae668


#fae668 Border Color

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

This div border color is #fae668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae668

Related Colors


Comments

No comments written yet.

Please login to write comment.