Color Hex Logo

#fe826c Color Hex

#FE826C
(254,130,108)
0 Favorites   0 Comments

Color spaces of #fe826c

RGB 254130108
HSL0.030.990.71
HSV57°100°
CMYK 0.000.490.57   0.00
XYZ51.562538.118818.8274
Yxy38.11880.47520.3513
Hunter Lab61.740441.028525.1381
CIE-Lab68.108145.253933.5913

#fe826c color RGB value is (254,130,108).

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

The process color (four color CMYK) of #fe826c color hex is 0.00, 0.49, 0.57, 0.00. Web safe color of #fe826c is #ff9966. Color #fe826c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000010 01101100
Octal 376 202 154
Decimal 254 130 108
Hex FE 82 6C

RGB Percentages of Color #fe826c

%51.63
%26.42
%21.95

CMYK Percentages of Color #fe826c

%0
%49
%57
%0

Triadic Colors of #fe826c

#fe826c #6cfe82 #826cfe

Analogous Colors of #fe826c

#fe826c #fecb6c #fe6c9f

Monochromatic Colors of #fe826c

#fe826c

Complementary Color

#fe826c #6ce8fe

#fe826c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe826c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe826c Color CSS Codes

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

#fe826c Text Font Color

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

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


#fe826c Background Color

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

This div background color is #fe826c


#fe826c Border Color

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

This div border color is #fe826c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe826c

#fe826c Color Palettes


Comments

No comments written yet.

Please login to write comment.