Color Hex Logo

#fee661 Color Hex

#FEE661
(254,230,97)
0 Favorites   0 Comments

Color spaces of #fee661

RGB 25423097
HSL0.140.990.69
HSV51°62°100°
CMYK 0.000.090.62   0.00
XYZ71.327578.527522.7072
Yxy78.52750.41330.4551
Hunter Lab88.6157-11.401546.8383
CIE-Lab91.0201-6.923565.9138

#fee661 color RGB value is (254,230,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01100001
Octal 376 346 141
Decimal 254 230 97
Hex FE E6 61

RGB Percentages of Color #fee661

%43.72
%39.59
%16.70

CMYK Percentages of Color #fee661

%0
%9
%62
%0

Triadic Colors of #fee661

#fee661 #61fee6 #e661fe

Analogous Colors of #fee661

#fee661 #c8fe61 #fe9861

Monochromatic Colors of #fee661

#fee661

Complementary Color

#fee661 #6179fe

#fee661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee661 Color CSS Codes

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

#fee661 Text Font Color

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

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


#fee661 Background Color

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

This div background color is #fee661


#fee661 Border Color

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

This div border color is #fee661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee661

Related Colors


Comments

No comments written yet.

Please login to write comment.