Color Hex Logo

#feaf5b Color Hex

#FEAF5B
(254,175,91)
0 Favorites   0 Comments

Color spaces of #feaf5b

RGB 25417591
HSL0.090.990.68
HSV31°64°100°
CMYK 0.000.310.64   0.00
XYZ58.091452.486116.9666
Yxy52.48610.45550.4115
Hunter Lab72.447316.346336.8278
CIE-Lab77.570620.999453.7048

#feaf5b color RGB value is (254,175,91).

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

The process color (four color CMYK) of #feaf5b color hex is 0.00, 0.31, 0.64, 0.00. Web safe color of #feaf5b is #ff9966. Color #feaf5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 01011011
Octal 376 257 133
Decimal 254 175 91
Hex FE AF 5B

RGB Percentages of Color #feaf5b

%48.85
%33.65
%17.50

CMYK Percentages of Color #feaf5b

%0
%31
%64
%0

Triadic Colors of #feaf5b

#feaf5b #5bfeaf #af5bfe

Analogous Colors of #feaf5b

#feaf5b #fcfe5b #fe5e5b

Monochromatic Colors of #feaf5b

#feaf5b

Complementary Color

#feaf5b #5baafe

#feaf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf5b Color CSS Codes

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

#feaf5b Text Font Color

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

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


#feaf5b Background Color

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

This div background color is #feaf5b


#feaf5b Border Color

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

This div border color is #feaf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf5b

Related Colors


Comments

No comments written yet.

Please login to write comment.