Color Hex Logo

#feb48b Color Hex

#FEB48B
(254,180,139)
0 Favorites   0 Comments

Color spaces of #feb48b

RGB 254180139
HSL0.060.980.77
HSV21°45°100°
CMYK 0.000.290.45   0.00
XYZ61.854555.577431.8935
Yxy55.57740.41420.3722
Hunter Lab74.550317.638926.8202
CIE-Lab79.372722.203131.6114

#feb48b color RGB value is (254,180,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10001011
Octal 376 264 213
Decimal 254 180 139
Hex FE B4 8B

RGB Percentages of Color #feb48b

%44.33
%31.41
%24.26

CMYK Percentages of Color #feb48b

%0
%29
%45
%0

Triadic Colors of #feb48b

#feb48b #8bfeb4 #b48bfe

Analogous Colors of #feb48b

#feb48b #feee8b #fe8b9c

Monochromatic Colors of #feb48b

#feb48b

Complementary Color

#feb48b #8bd5fe

#feb48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb48b Color CSS Codes

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

#feb48b Text Font Color

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

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


#feb48b Background Color

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

This div background color is #feb48b


#feb48b Border Color

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

This div border color is #feb48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb48b


Comments

No comments written yet.

Please login to write comment.