Color Hex Logo

#fe886a Color Hex

#FE886A
(254,136,106)
0 Favorites   0 Comments

Color spaces of #fe886a

RGB 254136106
HSL0.030.990.71
HSV12°58°100°
CMYK 0.000.460.58   0.00
XYZ52.278739.719818.5470
Yxy39.71980.47290.3593
Hunter Lab63.023637.776026.6683
CIE-Lab69.269542.127236.1496

#fe886a color RGB value is (254,136,106).

#fe886a hex color red value is 254, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fe886a hue: 0.03 , saturation: 0.99 and the lightness value of fe886a is 0.71.

The process color (four color CMYK) of #fe886a color hex is 0.00, 0.46, 0.58, 0.00. Web safe color of #fe886a is #ff9966. Color #fe886a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001000 01101010
Octal 376 210 152
Decimal 254 136 106
Hex FE 88 6A

RGB Percentages of Color #fe886a

%51.21
%27.42
%21.37

CMYK Percentages of Color #fe886a

%0
%46
%58
%0

Triadic Colors of #fe886a

#fe886a #6afe88 #886afe

Analogous Colors of #fe886a

#fe886a #fed26a #fe6a96

Monochromatic Colors of #fe886a

#fe886a

Complementary Color

#fe886a #6ae0fe

#fe886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe886a Color CSS Codes

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

#fe886a Text Font Color

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

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


#fe886a Background Color

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

This div background color is #fe886a


#fe886a Border Color

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

This div border color is #fe886a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe886a


Comments

No comments written yet.

Please login to write comment.