Color Hex Logo

#febc8a Color Hex

#FEBC8A
(254,188,138)
0 Favorites   0 Comments

Color spaces of #febc8a

RGB 254188138
HSL0.070.980.77
HSV26°46°100°
CMYK 0.000.260.46   0.00
XYZ63.443758.872232.0644
Yxy58.87220.41100.3813
Hunter Lab76.728213.320628.9327
CIE-Lab81.221317.914434.5619

#febc8a color RGB value is (254,188,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10001010
Octal 376 274 212
Decimal 254 188 138
Hex FE BC 8A

RGB Percentages of Color #febc8a

%43.79
%32.41
%23.79

CMYK Percentages of Color #febc8a

%0
%26
%46
%0

Triadic Colors of #febc8a

#febc8a #8afebc #bc8afe

Analogous Colors of #febc8a

#febc8a #fef68a #fe8a92

Monochromatic Colors of #febc8a

#febc8a

Complementary Color

#febc8a #8accfe

#febc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc8a Color CSS Codes

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

#febc8a Text Font Color

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

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


#febc8a Background Color

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

This div background color is #febc8a


#febc8a Border Color

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

This div border color is #febc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc8a


Comments

No comments written yet.

Please login to write comment.