Color Hex Logo

#feae69 Color Hex

#FEAE69
(254,174,105)
0 Favorites   0 Comments

Color spaces of #feae69

RGB 254174105
HSL0.080.990.70
HSV28°59°100°
CMYK 0.000.310.59   0.00
XYZ58.558952.362920.3853
Yxy52.36290.44600.3988
Hunter Lab72.362217.816733.9508
CIE-Lab77.497322.450446.7875

#feae69 color RGB value is (254,174,105).

#feae69 hex color red value is 254, green value is 174 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #feae69 hue: 0.08 , saturation: 0.99 and the lightness value of feae69 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01101001
Octal 376 256 151
Decimal 254 174 105
Hex FE AE 69

RGB Percentages of Color #feae69

%47.65
%32.65
%19.70

CMYK Percentages of Color #feae69

%0
%31
%59
%0

Triadic Colors of #feae69

#feae69 #69feae #ae69fe

Analogous Colors of #feae69

#feae69 #fef969 #fe696f

Monochromatic Colors of #feae69

#feae69

Complementary Color

#feae69 #69b9fe

#feae69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae69 Color CSS Codes

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

#feae69 Text Font Color

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

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


#feae69 Background Color

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

This div background color is #feae69


#feae69 Border Color

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

This div border color is #feae69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae69

Related Colors


Comments

No comments written yet.

Please login to write comment.