Color Hex Logo

#fe916b Color Hex

#FE916B
(254,145,107)
0 Favorites   0 Comments

Color spaces of #fe916b

RGB 254145107
HSL0.040.990.71
HSV16°58°100°
CMYK 0.000.430.58   0.00
XYZ53.652342.383219.2629
Yxy42.38320.46530.3676
Hunter Lab65.102433.176628.0286
CIE-Lab71.134337.646137.9564

#fe916b color RGB value is (254,145,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 01101011
Octal 376 221 153
Decimal 254 145 107
Hex FE 91 6B

RGB Percentages of Color #fe916b

%50.20
%28.66
%21.15

CMYK Percentages of Color #fe916b

%0
%43
%58
%0

Triadic Colors of #fe916b

#fe916b #6bfe91 #916bfe

Analogous Colors of #fe916b

#fe916b #fedb6b #fe6b8f

Monochromatic Colors of #fe916b

#fe916b

Complementary Color

#fe916b #6bd8fe

#fe916b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe916b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe916b Color CSS Codes

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

#fe916b Text Font Color

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

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


#fe916b Background Color

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

This div background color is #fe916b


#fe916b Border Color

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

This div border color is #fe916b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe916b

Related Colors


Comments

No comments written yet.

Please login to write comment.