Color Hex Logo

#feb58b Color Hex

#FEB58B
(254,181,139)
0 Favorites   0 Comments

Color spaces of #feb58b

RGB 254181139
HSL0.060.980.77
HSV22°45°100°
CMYK 0.000.290.45   0.00
XYZ62.057155.982731.9611
Yxy55.98270.41370.3732
Hunter Lab74.821617.110327.0485
CIE-Lab79.604021.678831.9164

#feb58b color RGB value is (254,181,139).

#feb58b hex color red value is 254, green value is 181 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #feb58b hue: 0.06 , saturation: 0.98 and the lightness value of feb58b is 0.77.

The process color (four color CMYK) of #feb58b color hex is 0.00, 0.29, 0.45, 0.00. Web safe color of #feb58b is #ffcc99. Color #feb58b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 10001011
Octal 376 265 213
Decimal 254 181 139
Hex FE B5 8B

RGB Percentages of Color #feb58b

%44.25
%31.53
%24.22

CMYK Percentages of Color #feb58b

%0
%29
%45
%0

Triadic Colors of #feb58b

#feb58b #8bfeb5 #b58bfe

Analogous Colors of #feb58b

#feb58b #feef8b #fe8b9b

Monochromatic Colors of #feb58b

#feb58b

Complementary Color

#feb58b #8bd4fe

#feb58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb58b Color CSS Codes

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

#feb58b Text Font Color

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

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


#feb58b Background Color

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

This div background color is #feb58b


#feb58b Border Color

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

This div border color is #feb58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb58b


Comments

No comments written yet.

Please login to write comment.