Color Hex Logo

#feb46d Color Hex

#FEB46D
(254,180,109)
0 Favorites   0 Comments

Color spaces of #feb46d

RGB 254180109
HSL0.080.990.71
HSV29°57°100°
CMYK 0.000.290.57   0.00
XYZ59.954654.817521.8889
Yxy54.81750.43870.4011
Hunter Lab74.038814.976434.2986
CIE-Lab78.936019.602846.5214

#feb46d color RGB value is (254,180,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01101101
Octal 376 264 155
Decimal 254 180 109
Hex FE B4 6D

RGB Percentages of Color #feb46d

%46.78
%33.15
%20.07

CMYK Percentages of Color #feb46d

%0
%29
%57
%0

Triadic Colors of #feb46d

#feb46d #6dfeb4 #b46dfe

Analogous Colors of #feb46d

#feb46d #fefd6d #fe6d6f

Monochromatic Colors of #feb46d

#feb46d

Complementary Color

#feb46d #6db7fe

#feb46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb46d Color CSS Codes

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

#feb46d Text Font Color

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

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


#feb46d Background Color

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

This div background color is #feb46d


#feb46d Border Color

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

This div border color is #feb46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb46d


Comments

No comments written yet.

Please login to write comment.