Color Hex Logo

#fe675b Color Hex

#FE675B
(254,103,91)
0 Favorites   0 Comments

Color spaces of #fe675b

RGB 25410391
HSL0.010.990.68
HSV64°100°
CMYK 0.000.590.64   0.00
XYZ47.611631.526713.4734
Yxy31.52670.51410.3404
Hunter Lab56.148653.100125.0769
CIE-Lab62.949856.794636.4569

#fe675b color RGB value is (254,103,91).

#fe675b hex color red value is 254, green value is 103 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fe675b hue: 0.01 , saturation: 0.99 and the lightness value of fe675b is 0.68.

The process color (four color CMYK) of #fe675b color hex is 0.00, 0.59, 0.64, 0.00. Web safe color of #fe675b is #ff6666. Color #fe675b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 01011011
Octal 376 147 133
Decimal 254 103 91
Hex FE 67 5B

RGB Percentages of Color #fe675b

%56.70
%22.99
%20.31

CMYK Percentages of Color #fe675b

%0
%59
%64
%0

Triadic Colors of #fe675b

#fe675b #5bfe67 #675bfe

Analogous Colors of #fe675b

#fe675b #feb95b #fe5ba1

Monochromatic Colors of #fe675b

#fe675b

Complementary Color

#fe675b #5bf2fe

#fe675b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe675b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe675b Color CSS Codes

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

#fe675b Text Font Color

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

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


#fe675b Background Color

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

This div background color is #fe675b


#fe675b Border Color

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

This div border color is #fe675b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe675b


Comments

No comments written yet.

Please login to write comment.