Color Hex Logo

#febc99 Color Hex

#FEBC99
(254,188,153)
0 Favorites   0 Comments

Color spaces of #febc99

RGB 254188153
HSL0.060.980.80
HSV21°40°100°
CMYK 0.000.260.40   0.00
XYZ64.606059.337238.1851
Yxy59.33720.39850.3660
Hunter Lab77.030614.905324.5306
CIE-Lab81.476619.466427.0234

#febc99 color RGB value is (254,188,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 10011001
Octal 376 274 231
Decimal 254 188 153
Hex FE BC 99

RGB Percentages of Color #febc99

%42.69
%31.60
%25.71

CMYK Percentages of Color #febc99

%0
%26
%40
%0

Triadic Colors of #febc99

#febc99 #99febc #bc99fe

Analogous Colors of #febc99

#febc99 #feef99 #fe99a9

Monochromatic Colors of #febc99

#febc99

Complementary Color

#febc99 #99dbfe

#febc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc99 Color CSS Codes

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

#febc99 Text Font Color

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

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


#febc99 Background Color

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

This div background color is #febc99


#febc99 Border Color

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

This div border color is #febc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc99

Related Colors


Comments

No comments written yet.

Please login to write comment.