Color Hex Logo

#feb48a Color Hex

#FEB48A
(254,180,138)
0 Favorites   0 Comments

Color spaces of #feb48a

RGB 254180138
HSL0.060.980.77
HSV22°46°100°
CMYK 0.000.290.46   0.00
XYZ61.781855.548331.5104
Yxy55.54830.41510.3732
Hunter Lab74.530717.537727.1046
CIE-Lab79.356022.105032.1167

#feb48a color RGB value is (254,180,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 10001010
Octal 376 264 212
Decimal 254 180 138
Hex FE B4 8A

RGB Percentages of Color #feb48a

%44.41
%31.47
%24.13

CMYK Percentages of Color #feb48a

%0
%29
%46
%0

Triadic Colors of #feb48a

#feb48a #8afeb4 #b48afe

Analogous Colors of #feb48a

#feb48a #feee8a #fe8a9a

Monochromatic Colors of #feb48a

#feb48a

Complementary Color

#feb48a #8ad4fe

#feb48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb48a Color CSS Codes

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

#feb48a Text Font Color

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

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


#feb48a Background Color

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

This div background color is #feb48a


#feb48a Border Color

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

This div border color is #feb48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb48a

Related Colors


Comments

No comments written yet.

Please login to write comment.