Color Hex Logo

#feb48f Color Hex

#FEB48F
(254,180,143)
0 Favorites   0 Comments

Color spaces of #feb48f

RGB 254180143
HSL0.060.980.78
HSV20°44°100°
CMYK 0.000.290.44   0.00
XYZ62.152255.696533.4613
Yxy55.69650.41080.3681
Hunter Lab74.630118.052825.6577
CIE-Lab79.440822.603729.5871

#feb48f color RGB value is (254,180,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10001111
Octal 376 264 217
Decimal 254 180 143
Hex FE B4 8F

RGB Percentages of Color #feb48f

%44.02
%31.20
%24.78

CMYK Percentages of Color #feb48f

%0
%29
%44
%0

Triadic Colors of #feb48f

#feb48f #8ffeb4 #b48ffe

Analogous Colors of #feb48f

#feb48f #feec8f #fe8fa2

Monochromatic Colors of #feb48f

#feb48f

Complementary Color

#feb48f #8fd9fe

#feb48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb48f Color CSS Codes

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

#feb48f Text Font Color

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

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


#feb48f Background Color

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

This div background color is #feb48f


#feb48f Border Color

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

This div border color is #feb48f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,180,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 #feb48f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb48f


Comments

No comments written yet.

Please login to write comment.