Color Hex Logo

#feb467 Color Hex

#FEB467
(254,180,103)
0 Favorites   0 Comments

Color spaces of #feb467

RGB 254180103
HSL0.080.990.70
HSV31°59°100°
CMYK 0.000.290.59   0.00
XYZ59.642554.692620.2452
Yxy54.69260.44320.4064
Hunter Lab73.954414.535735.5373
CIE-Lab78.863919.168449.4063

#feb467 color RGB value is (254,180,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01100111
Octal 376 264 147
Decimal 254 180 103
Hex FE B4 67

RGB Percentages of Color #feb467

%47.30
%33.52
%19.18

CMYK Percentages of Color #feb467

%0
%29
%59
%0

Triadic Colors of #feb467

#feb467 #67feb4 #b467fe

Analogous Colors of #feb467

#feb467 #fdfe67 #fe6967

Monochromatic Colors of #feb467

#feb467

Complementary Color

#feb467 #67b1fe

#feb467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb467 Color CSS Codes

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

#feb467 Text Font Color

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

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


#feb467 Background Color

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

This div background color is #feb467


#feb467 Border Color

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

This div border color is #feb467


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,180,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb467

Related Colors


Comments

No comments written yet.

Please login to write comment.