Color Hex Logo

#fae65e Color Hex

#FAE65E
(250,230,94)
0 Favorites   0 Comments

Color spaces of #fae65e

RGB 25023094
HSL0.150.940.67
HSV52°62°98°
CMYK 0.000.080.62   0.02
XYZ69.741577.725821.9165
Yxy77.72580.41170.4589
Hunter Lab88.1622-13.079946.9745
CIE-Lab90.6546-8.741366.6767

#fae65e color RGB value is (250,230,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01011110
Octal 372 346 136
Decimal 250 230 94
Hex FA E6 5E

RGB Percentages of Color #fae65e

%43.55
%40.07
%16.38

CMYK Percentages of Color #fae65e

%0
%8
%62
%2

Triadic Colors of #fae65e

#fae65e #5efae6 #e65efa

Analogous Colors of #fae65e

#fae65e #c0fa5e #fa985e

Monochromatic Colors of #fae65e

#fae65e

Complementary Color

#fae65e #5e72fa

#fae65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae65e Color CSS Codes

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

#fae65e Text Font Color

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

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


#fae65e Background Color

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

This div background color is #fae65e


#fae65e Border Color

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

This div border color is #fae65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae65e


Comments

No comments written yet.

Please login to write comment.