Color Hex Logo

#fe967b Color Hex

#FE967B
(254,150,123)
0 Favorites   0 Comments

Color spaces of #fe967b

RGB 254150123
HSL0.030.980.74
HSV12°52°100°
CMYK 0.000.410.52   0.00
XYZ55.354544.313624.3748
Yxy44.31360.44630.3572
Hunter Lab66.568531.935524.8882
CIE-Lab72.437636.353131.0400

#fe967b color RGB value is (254,150,123).

#fe967b hex color red value is 254, green value is 150 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fe967b hue: 0.03 , saturation: 0.98 and the lightness value of fe967b is 0.74.

The process color (four color CMYK) of #fe967b color hex is 0.00, 0.41, 0.52, 0.00. Web safe color of #fe967b is #ff9966. Color #fe967b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010110 01111011
Octal 376 226 173
Decimal 254 150 123
Hex FE 96 7B

RGB Percentages of Color #fe967b

%48.20
%28.46
%23.34

CMYK Percentages of Color #fe967b

%0
%41
%52
%0

Triadic Colors of #fe967b

#fe967b #7bfe96 #967bfe

Analogous Colors of #fe967b

#fe967b #fed87b #fe7ba2

Monochromatic Colors of #fe967b

#fe967b

Complementary Color

#fe967b #7be3fe

#fe967b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe967b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe967b Color CSS Codes

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

#fe967b Text Font Color

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

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


#fe967b Background Color

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

This div background color is #fe967b


#fe967b Border Color

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

This div border color is #fe967b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe967b

Related Colors


Comments

No comments written yet.

Please login to write comment.