Color Hex Logo

#febd95 Color Hex

#FEBD95
(254,189,149)
0 Favorites   0 Comments

Color spaces of #febd95

RGB 254189149
HSL0.060.980.79
HSV23°41°100°
CMYK 0.000.260.41   0.00
XYZ64.495559.635936.5454
Yxy59.63590.40140.3712
Hunter Lab77.224313.935625.9988
CIE-Lab81.639918.511729.3533

#febd95 color RGB value is (254,189,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111101 10010101
Octal 376 275 225
Decimal 254 189 149
Hex FE BD 95

RGB Percentages of Color #febd95

%42.91
%31.93
%25.17

CMYK Percentages of Color #febd95

%0
%26
%41
%0

Triadic Colors of #febd95

#febd95 #95febd #bd95fe

Analogous Colors of #febd95

#febd95 #fef295 #fe95a2

Monochromatic Colors of #febd95

#febd95

Complementary Color

#febd95 #95d6fe

#febd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febd95 Color CSS Codes

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

#febd95 Text Font Color

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

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


#febd95 Background Color

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

This div background color is #febd95


#febd95 Border Color

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

This div border color is #febd95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febd95


Comments

No comments written yet.

Please login to write comment.