Color Hex Logo

#feb464 Color Hex

#FEB464
(254,180,100)
0 Favorites   0 Comments

Color spaces of #feb464

RGB 254180100
HSL0.090.990.69
HSV31°61°100°
CMYK 0.000.290.61   0.00
XYZ59.494654.633419.4662
Yxy54.63340.44530.4090
Hunter Lab73.914414.326636.1254
CIE-Lab78.829618.961950.8306

#feb464 color RGB value is (254,180,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 01100100
Octal 376 264 144
Decimal 254 180 100
Hex FE B4 64

RGB Percentages of Color #feb464

%47.57
%33.71
%18.73

CMYK Percentages of Color #feb464

%0
%29
%61
%0

Triadic Colors of #feb464

#feb464 #64feb4 #b464fe

Analogous Colors of #feb464

#feb464 #fbfe64 #fe6764

Monochromatic Colors of #feb464

#feb464

Complementary Color

#feb464 #64aefe

#feb464 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb464 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb464 Color CSS Codes

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

#feb464 Text Font Color

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

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


#feb464 Background Color

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

This div background color is #feb464


#feb464 Border Color

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

This div border color is #feb464


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb464


Comments

No comments written yet.

Please login to write comment.