Color Hex Logo

#feb195 Color Hex

#FEB195
(254,177,149)
0 Favorites   0 Comments

Color spaces of #feb195

RGB 254177149
HSL0.040.980.79
HSV16°41°100°
CMYK 0.000.300.41   0.00
XYZ62.020054.685035.7202
Yxy54.68500.40690.3588
Hunter Lab73.949320.293623.1253
CIE-Lab78.859524.801325.6137

#feb195 color RGB value is (254,177,149).

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

The process color (four color CMYK) of #feb195 color hex is 0.00, 0.30, 0.41, 0.00. Web safe color of #feb195 is #ff9999. Color #feb195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 10010101
Octal 376 261 225
Decimal 254 177 149
Hex FE B1 95

RGB Percentages of Color #feb195

%43.79
%30.52
%25.69

CMYK Percentages of Color #feb195

%0
%30
%41
%0

Triadic Colors of #feb195

#feb195 #95feb1 #b195fe

Analogous Colors of #feb195

#feb195 #fee695 #fe95ae

Monochromatic Colors of #feb195

#feb195

Complementary Color

#feb195 #95e2fe

#feb195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb195 Color CSS Codes

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

#feb195 Text Font Color

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

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


#feb195 Background Color

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

This div background color is #feb195


#feb195 Border Color

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

This div border color is #feb195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb195


Comments

No comments written yet.

Please login to write comment.