Color Hex Logo

#febc9f Color Hex

#FEBC9F
(254,188,159)
0 Favorites   0 Comments

Color spaces of #febc9f

RGB 254188159
HSL0.050.980.81
HSV18°37°100°
CMYK 0.000.260.37   0.00
XYZ65.114359.540540.8615
Yxy59.54050.39340.3597
Hunter Lab77.162515.594622.6166
CIE-Lab81.587820.137023.9941

#febc9f color RGB value is (254,188,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10011111
Octal 376 274 237
Decimal 254 188 159
Hex FE BC 9F

RGB Percentages of Color #febc9f

%42.26
%31.28
%26.46

CMYK Percentages of Color #febc9f

%0
%26
%37
%0

Triadic Colors of #febc9f

#febc9f #9ffebc #bc9ffe

Analogous Colors of #febc9f

#febc9f #feec9f #fe9fb2

Monochromatic Colors of #febc9f

#febc9f

Complementary Color

#febc9f #9fe1fe

#febc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc9f Color CSS Codes

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

#febc9f Text Font Color

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

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


#febc9f Background Color

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

This div background color is #febc9f


#febc9f Border Color

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

This div border color is #febc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc9f


Comments

No comments written yet.

Please login to write comment.