Color Hex Logo

#fea627 Color Hex

#FEA627
(254,166,39)
0 Favorites   0 Comments

Color spaces of #fea627

RGB 25416639
HSL0.100.990.57
HSV35°85°100°
CMYK 0.000.350.85   0.00
XYZ54.875548.48988.3867
Yxy48.48980.49100.4339
Hunter Lab69.634618.806241.6034
CIE-Lab75.132823.528072.0300

#fea627 color RGB value is (254,166,39).

#fea627 hex color red value is 254, green value is 166 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #fea627 hue: 0.10 , saturation: 0.99 and the lightness value of fea627 is 0.57.

The process color (four color CMYK) of #fea627 color hex is 0.00, 0.35, 0.85, 0.00. Web safe color of #fea627 is #ff9933. Color #fea627 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100110 00100111
Octal 376 246 47
Decimal 254 166 39
Hex FE A6 27

RGB Percentages of Color #fea627

%55.34
%36.17
%8.50

CMYK Percentages of Color #fea627

%0
%35
%85
%0

Triadic Colors of #fea627

#fea627 #27fea6 #a627fe

Analogous Colors of #fea627

#fea627 #ebfe27 #fe3a27

Monochromatic Colors of #fea627

#fea627

Complementary Color

#fea627 #277ffe

#fea627 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea627 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea627 Color CSS Codes

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

#fea627 Text Font Color

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

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


#fea627 Background Color

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

This div background color is #fea627


#fea627 Border Color

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

This div border color is #fea627


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea627


Comments

No comments written yet.

Please login to write comment.