Color Hex Logo

#feb461 Color Hex

#FEB461
(254,180,97)
0 Favorites   0 Comments

Color spaces of #feb461

RGB 25418097
HSL0.090.990.69
HSV32°62°100°
CMYK 0.000.290.62   0.00
XYZ59.352054.576418.7154
Yxy54.57640.44750.4115
Hunter Lab73.875814.124536.6928
CIE-Lab78.796618.762152.2412

#feb461 color RGB value is (254,180,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01100001
Octal 376 264 141
Decimal 254 180 97
Hex FE B4 61

RGB Percentages of Color #feb461

%47.83
%33.90
%18.27

CMYK Percentages of Color #feb461

%0
%29
%62
%0

Triadic Colors of #feb461

#feb461 #61feb4 #b461fe

Analogous Colors of #feb461

#feb461 #fafe61 #fe6661

Monochromatic Colors of #feb461

#feb461

Complementary Color

#feb461 #61abfe

#feb461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb461 Color CSS Codes

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

#feb461 Text Font Color

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

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


#feb461 Background Color

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

This div background color is #feb461


#feb461 Border Color

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

This div border color is #feb461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb461


Comments

No comments written yet.

Please login to write comment.