Color Hex Logo

#feae81 Color Hex

#FEAE81
(254,174,129)
1 Favorites   0 Comments

Color spaces of #feae81

RGB 254174129
HSL0.060.980.75
HSV22°49°100°
CMYK 0.000.310.49   0.00
XYZ59.971652.927927.8241
Yxy52.92790.42620.3761
Hunter Lab72.751619.828428.2504
CIE-Lab77.832424.400334.8638

#feae81 color RGB value is (254,174,129).

#feae81 hex color red value is 254, green value is 174 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #feae81 hue: 0.06 , saturation: 0.98 and the lightness value of feae81 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 10000001
Octal 376 256 201
Decimal 254 174 129
Hex FE AE 81

RGB Percentages of Color #feae81

%45.60
%31.24
%23.16

CMYK Percentages of Color #feae81

%0
%31
%49
%0

Triadic Colors of #feae81

#feae81 #81feae #ae81fe

Analogous Colors of #feae81

#feae81 #feed81 #fe8193

Monochromatic Colors of #feae81

#feae81

Complementary Color

#feae81 #81d1fe

#feae81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae81 Color CSS Codes

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

#feae81 Text Font Color

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

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


#feae81 Background Color

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

This div background color is #feae81


#feae81 Border Color

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

This div border color is #feae81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae81

Related Colors


Comments

No comments written yet.

Please login to write comment.