Color Hex Logo

#febe9b Color Hex

#FEBE9B
(254,190,155)
0 Favorites   0 Comments

Color spaces of #febe9b

RGB 254190155
HSL0.060.980.80
HSV21°39°100°
CMYK 0.000.250.39   0.00
XYZ65.202960.264339.2060
Yxy60.26430.39600.3660
Hunter Lab77.630114.072724.3975
CIE-Lab81.981618.639226.6483

#febe9b color RGB value is (254,190,155).

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

The process color (four color CMYK) of #febe9b color hex is 0.00, 0.25, 0.39, 0.00. Web safe color of #febe9b is #ffcc99. Color #febe9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10011011
Octal 376 276 233
Decimal 254 190 155
Hex FE BE 9B

RGB Percentages of Color #febe9b

%42.40
%31.72
%25.88

CMYK Percentages of Color #febe9b

%0
%25
%39
%0

Triadic Colors of #febe9b

#febe9b #9bfebe #be9bfe

Analogous Colors of #febe9b

#febe9b #fef09b #fe9baa

Monochromatic Colors of #febe9b

#febe9b

Complementary Color

#febe9b #9bdbfe

#febe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe9b Color CSS Codes

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

#febe9b Text Font Color

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

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


#febe9b Background Color

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

This div background color is #febe9b


#febe9b Border Color

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

This div border color is #febe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe9b


Comments

No comments written yet.

Please login to write comment.