Color Hex Logo

#feb661 Color Hex

#FEB661
(254,182,97)
0 Favorites   0 Comments

Color spaces of #feb661

RGB 25418297
HSL0.090.990.69
HSV32°62°100°
CMYK 0.000.280.62   0.00
XYZ59.758755.389818.8509
Yxy55.38980.44600.4134
Hunter Lab74.424313.083337.0795
CIE-Lab79.265317.716152.7815

#feb661 color RGB value is (254,182,97).

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

The process color (four color CMYK) of #feb661 color hex is 0.00, 0.28, 0.62, 0.00. Web safe color of #feb661 is #ffcc66. Color #feb661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 01100001
Octal 376 266 141
Decimal 254 182 97
Hex FE B6 61

RGB Percentages of Color #feb661

%47.65
%34.15
%18.20

CMYK Percentages of Color #feb661

%0
%28
%62
%0

Triadic Colors of #feb661

#feb661 #61feb6 #b661fe

Analogous Colors of #feb661

#feb661 #f8fe61 #fe6861

Monochromatic Colors of #feb661

#feb661

Complementary Color

#feb661 #61a9fe

#feb661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb661 Color CSS Codes

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

#feb661 Text Font Color

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

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


#feb661 Background Color

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

This div background color is #feb661


#feb661 Border Color

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

This div border color is #feb661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb661


Comments

No comments written yet.

Please login to write comment.