Color Hex Logo

#feab48 Color Hex

#FEAB48
(254,171,72)
0 Favorites   0 Comments

Color spaces of #feab48

RGB 25417172
HSL0.090.990.64
HSV33°72°100°
CMYK 0.000.330.72   0.00
XYZ56.605750.664512.9267
Yxy50.66450.47090.4215
Hunter Lab71.179017.390439.0577
CIE-Lab76.475322.071761.1435

#feab48 color RGB value is (254,171,72).

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

The process color (four color CMYK) of #feab48 color hex is 0.00, 0.33, 0.72, 0.00. Web safe color of #feab48 is #ff9933. Color #feab48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 01001000
Octal 376 253 110
Decimal 254 171 72
Hex FE AB 48

RGB Percentages of Color #feab48

%51.11
%34.41
%14.49

CMYK Percentages of Color #feab48

%0
%33
%72
%0

Triadic Colors of #feab48

#feab48 #48feab #ab48fe

Analogous Colors of #feab48

#feab48 #f6fe48 #fe5048

Monochromatic Colors of #feab48

#feab48

Complementary Color

#feab48 #489bfe

#feab48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feab48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feab48 Color CSS Codes

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

#feab48 Text Font Color

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

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


#feab48 Background Color

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

This div background color is #feab48


#feab48 Border Color

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

This div border color is #feab48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feab48


Comments

No comments written yet.

Please login to write comment.