Color Hex Logo

#feab55 Color Hex

#FEAB55
(254,171,85)
0 Favorites   0 Comments

Color spaces of #feab55

RGB 25417185
HSL0.080.990.66
HSV31°67°100°
CMYK 0.000.330.67   0.00
XYZ57.075750.852515.4016
Yxy50.85250.46280.4123
Hunter Lab71.310918.073337.1123
CIE-Lab76.589622.740455.4298

#feab55 color RGB value is (254,171,85).

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

The process color (four color CMYK) of #feab55 color hex is 0.00, 0.33, 0.67, 0.00. Web safe color of #feab55 is #ff9966. Color #feab55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01010101
Octal 376 253 125
Decimal 254 171 85
Hex FE AB 55

RGB Percentages of Color #feab55

%49.80
%33.53
%16.67

CMYK Percentages of Color #feab55

%0
%33
%67
%0

Triadic Colors of #feab55

#feab55 #55feab #ab55fe

Analogous Colors of #feab55

#feab55 #fdfe55 #fe5655

Monochromatic Colors of #feab55

#feab55

Complementary Color

#feab55 #55a8fe

#feab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab55 Color CSS Codes

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

#feab55 Text Font Color

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

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


#feab55 Background Color

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

This div background color is #feab55


#feab55 Border Color

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

This div border color is #feab55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab55


Comments

No comments written yet.

Please login to write comment.