Color Hex Logo

#fae661 Color Hex

#FAE661
(250,230,97)
0 Favorites   0 Comments

Color spaces of #fae661

RGB 25023097
HSL0.140.940.68
HSV52°61°98°
CMYK 0.000.080.61   0.02
XYZ69.878877.780722.6394
Yxy77.78070.41030.4567
Hunter Lab88.1934-12.906446.5155
CIE-Lab90.6797-8.553865.4452

#fae661 color RGB value is (250,230,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01100001
Octal 372 346 141
Decimal 250 230 97
Hex FA E6 61

RGB Percentages of Color #fae661

%43.33
%39.86
%16.81

CMYK Percentages of Color #fae661

%0
%8
%61
%2

Triadic Colors of #fae661

#fae661 #61fae6 #e661fa

Analogous Colors of #fae661

#fae661 #c2fa61 #fa9a61

Monochromatic Colors of #fae661

#fae661

Complementary Color

#fae661 #6175fa

#fae661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae661 Color CSS Codes

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

#fae661 Text Font Color

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

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


#fae661 Background Color

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

This div background color is #fae661


#fae661 Border Color

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

This div border color is #fae661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae661


Comments

No comments written yet.

Please login to write comment.