Color Hex Logo

#fae65c Color Hex

#FAE65C
(250,230,92)
0 Favorites   0 Comments

Color spaces of #fae65c

RGB 25023092
HSL0.150.940.67
HSV52°63°98°
CMYK 0.000.080.63   0.02
XYZ69.652977.690321.4498
Yxy77.69030.41270.4603
Hunter Lab88.1421-13.191947.2710
CIE-Lab90.6384-8.862467.4866

#fae65c color RGB value is (250,230,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01011100
Octal 372 346 134
Decimal 250 230 92
Hex FA E6 5C

RGB Percentages of Color #fae65c

%43.71
%40.21
%16.08

CMYK Percentages of Color #fae65c

%0
%8
%63
%2

Triadic Colors of #fae65c

#fae65c #5cfae6 #e65cfa

Analogous Colors of #fae65c

#fae65c #bffa5c #fa975c

Monochromatic Colors of #fae65c

#fae65c

Complementary Color

#fae65c #5c70fa

#fae65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae65c Color CSS Codes

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

#fae65c Text Font Color

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

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


#fae65c Background Color

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

This div background color is #fae65c


#fae65c Border Color

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

This div border color is #fae65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae65c


Comments

No comments written yet.

Please login to write comment.