Color Hex Logo

#febe99 Color Hex

#FEBE99
(254,190,153)
0 Favorites   0 Comments

Color spaces of #febe99

RGB 254190153
HSL0.060.980.80
HSV22°40°100°
CMYK 0.000.250.40   0.00
XYZ65.036360.197638.3285
Yxy60.19760.39760.3680
Hunter Lab77.587113.847725.0214
CIE-Lab81.945518.419227.6555

#febe99 color RGB value is (254,190,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111110 10011001
Octal 376 276 231
Decimal 254 190 153
Hex FE BE 99

RGB Percentages of Color #febe99

%42.55
%31.83
%25.63

CMYK Percentages of Color #febe99

%0
%25
%40
%0

Triadic Colors of #febe99

#febe99 #99febe #be99fe

Analogous Colors of #febe99

#febe99 #fef199 #fe99a7

Monochromatic Colors of #febe99

#febe99

Complementary Color

#febe99 #99d9fe

#febe99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febe99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febe99 Color CSS Codes

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

#febe99 Text Font Color

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

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


#febe99 Background Color

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

This div background color is #febe99


#febe99 Border Color

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

This div border color is #febe99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febe99


Comments

No comments written yet.

Please login to write comment.