Color Hex Logo

#feae66 Color Hex

#FEAE66
(254,174,102)
0 Favorites   0 Comments

Color spaces of #feae66

RGB 254174102
HSL0.080.990.70
HSV28°60°100°
CMYK 0.000.310.60   0.00
XYZ58.407452.302219.5873
Yxy52.30220.44830.4014
Hunter Lab72.320317.600034.5660
CIE-Lab77.461222.239048.2380

#feae66 color RGB value is (254,174,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01100110
Octal 376 256 146
Decimal 254 174 102
Hex FE AE 66

RGB Percentages of Color #feae66

%47.92
%32.83
%19.25

CMYK Percentages of Color #feae66

%0
%31
%60
%0

Triadic Colors of #feae66

#feae66 #66feae #ae66fe

Analogous Colors of #feae66

#feae66 #fefa66 #fe666a

Monochromatic Colors of #feae66

#feae66

Complementary Color

#feae66 #66b6fe

#feae66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae66 Color CSS Codes

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

#feae66 Text Font Color

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

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


#feae66 Background Color

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

This div background color is #feae66


#feae66 Border Color

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

This div border color is #feae66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae66


Comments

No comments written yet.

Please login to write comment.