Color Hex Logo

#febb8a Color Hex

#FEBB8A
(254,187,138)
0 Favorites   0 Comments

Color spaces of #febb8a

RGB 254187138
HSL0.070.980.77
HSV25°46°100°
CMYK 0.000.260.46   0.00
XYZ63.230858.446531.9934
Yxy58.44650.41150.3803
Hunter Lab76.450313.846428.7032
CIE-Lab80.986418.437634.2551

#febb8a color RGB value is (254,187,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111011 10001010
Octal 376 273 212
Decimal 254 187 138
Hex FE BB 8A

RGB Percentages of Color #febb8a

%43.87
%32.30
%23.83

CMYK Percentages of Color #febb8a

%0
%26
%46
%0

Triadic Colors of #febb8a

#febb8a #8afebb #bb8afe

Analogous Colors of #febb8a

#febb8a #fef58a #fe8a93

Monochromatic Colors of #febb8a

#febb8a

Complementary Color

#febb8a #8acdfe

#febb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febb8a Color CSS Codes

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

#febb8a Text Font Color

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

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


#febb8a Background Color

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

This div background color is #febb8a


#febb8a Border Color

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

This div border color is #febb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febb8a

#febb8a Color Palettes


Comments

No comments written yet.

Please login to write comment.