Color Hex Logo

#fae760 Color Hex

#FAE760
(250,231,96)
0 Favorites   0 Comments

Color spaces of #fae760

RGB 25023196
HSL0.150.940.68
HSV53°62°98°
CMYK 0.000.080.62   0.02
XYZ70.111678.320322.4884
Yxy78.32030.41020.4582
Hunter Lab88.4988-13.459346.8830
CIE-Lab90.9259-9.114166.1335

#fae760 color RGB value is (250,231,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100111 01100000
Octal 372 347 140
Decimal 250 231 96
Hex FA E7 60

RGB Percentages of Color #fae760

%43.33
%40.03
%16.64

CMYK Percentages of Color #fae760

%0
%8
%62
%2

Triadic Colors of #fae760

#fae760 #60fae7 #e760fa

Analogous Colors of #fae760

#fae760 #c0fa60 #fa9a60

Monochromatic Colors of #fae760

#fae760

Complementary Color

#fae760 #6073fa

#fae760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae760 Color CSS Codes

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

#fae760 Text Font Color

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

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


#fae760 Background Color

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

This div background color is #fae760


#fae760 Border Color

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

This div border color is #fae760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae760

Related Colors


Comments

No comments written yet.

Please login to write comment.