Color Hex Logo

#feaf8b Color Hex

#FEAF8B
(254,175,139)
0 Favorites   0 Comments

Color spaces of #feaf8b

RGB 254175139
HSL0.050.980.77
HSV19°45°100°
CMYK 0.000.310.45   0.00
XYZ60.863253.594931.5631
Yxy53.59490.41680.3670
Hunter Lab73.208520.284225.6837
CIE-Lab78.224924.823230.0928

#feaf8b color RGB value is (254,175,139).

#feaf8b hex color red value is 254, green value is 175 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #feaf8b hue: 0.05 , saturation: 0.98 and the lightness value of feaf8b is 0.77.

The process color (four color CMYK) of #feaf8b color hex is 0.00, 0.31, 0.45, 0.00. Web safe color of #feaf8b is #ff9999. Color #feaf8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10001011
Octal 376 257 213
Decimal 254 175 139
Hex FE AF 8B

RGB Percentages of Color #feaf8b

%44.72
%30.81
%24.47

CMYK Percentages of Color #feaf8b

%0
%31
%45
%0

Triadic Colors of #feaf8b

#feaf8b #8bfeaf #af8bfe

Analogous Colors of #feaf8b

#feaf8b #fee98b #fe8ba1

Monochromatic Colors of #feaf8b

#feaf8b

Complementary Color

#feaf8b #8bdafe

#feaf8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf8b Color CSS Codes

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

#feaf8b Text Font Color

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

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


#feaf8b Background Color

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

This div background color is #feaf8b


#feaf8b Border Color

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

This div border color is #feaf8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf8b


Comments

No comments written yet.

Please login to write comment.