Color Hex Logo

#feb58f Color Hex

#FEB58F
(254,181,143)
0 Favorites   0 Comments

Color spaces of #feb58f

RGB 254181143
HSL0.060.980.78
HSV21°44°100°
CMYK 0.000.290.44   0.00
XYZ62.354856.101733.5289
Yxy56.10170.41030.3691
Hunter Lab74.901117.523625.8900
CIE-Lab79.671722.079529.8944

#feb58f color RGB value is (254,181,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 10001111
Octal 376 265 217
Decimal 254 181 143
Hex FE B5 8F

RGB Percentages of Color #feb58f

%43.94
%31.31
%24.74

CMYK Percentages of Color #feb58f

%0
%29
%44
%0

Triadic Colors of #feb58f

#feb58f #8ffeb5 #b58ffe

Analogous Colors of #feb58f

#feb58f #feed8f #fe8fa1

Monochromatic Colors of #feb58f

#feb58f

Complementary Color

#feb58f #8fd8fe

#feb58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb58f Color CSS Codes

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

#feb58f Text Font Color

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

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


#feb58f Background Color

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

This div background color is #feb58f


#feb58f Border Color

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

This div border color is #feb58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb58f


Comments

No comments written yet.

Please login to write comment.