Color Hex Logo

#feaf92 Color Hex

#FEAF92
(254,175,146)
1 Favorites   0 Comments

Color spaces of #feaf92

RGB 254175146
HSL0.040.980.78
HSV16°43°100°
CMYK 0.000.310.43   0.00
XYZ61.391353.806134.3441
Yxy53.80610.41050.3598
Hunter Lab73.352621.025523.5870
CIE-Lab78.348525.533326.5273

#feaf92 color RGB value is (254,175,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10010010
Octal 376 257 222
Decimal 254 175 146
Hex FE AF 92

RGB Percentages of Color #feaf92

%44.17
%30.43
%25.39

CMYK Percentages of Color #feaf92

%0
%31
%43
%0

Triadic Colors of #feaf92

#feaf92 #92feaf #af92fe

Analogous Colors of #feaf92

#feaf92 #fee592 #fe92ab

Monochromatic Colors of #feaf92

#feaf92

Complementary Color

#feaf92 #92e1fe

#feaf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaf92 Color CSS Codes

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

#feaf92 Text Font Color

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

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


#feaf92 Background Color

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

This div background color is #feaf92


#feaf92 Border Color

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

This div border color is #feaf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaf92

Related Colors


Comments

No comments written yet.

Please login to write comment.