Color Hex Logo

#febd96 Color Hex

#FEBD96
(254,189,150)
0 Favorites   0 Comments

Color spaces of #febd96

RGB 254189150
HSL0.060.980.79
HSV23°41°100°
CMYK 0.000.260.41   0.00
XYZ64.575759.668036.9677
Yxy59.66800.40060.3701
Hunter Lab77.245114.044425.6967
CIE-Lab81.657418.618328.8502

#febd96 color RGB value is (254,189,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10010110
Octal 376 275 226
Decimal 254 189 150
Hex FE BD 96

RGB Percentages of Color #febd96

%42.83
%31.87
%25.30

CMYK Percentages of Color #febd96

%0
%26
%41
%0

Triadic Colors of #febd96

#febd96 #96febd #bd96fe

Analogous Colors of #febd96

#febd96 #fef196 #fe96a3

Monochromatic Colors of #febd96

#febd96

Complementary Color

#febd96 #96d7fe

#febd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd96 Color CSS Codes

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

#febd96 Text Font Color

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

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


#febd96 Background Color

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

This div background color is #febd96


#febd96 Border Color

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

This div border color is #febd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd96

Related Colors


Comments

No comments written yet.

Please login to write comment.