Color Hex Logo

#feb184 Color Hex

#FEB184
(254,177,132)
0 Favorites   0 Comments

Color spaces of #feb184

RGB 254177132
HSL0.060.980.76
HSV22°48°100°
CMYK 0.000.300.48   0.00
XYZ60.760054.181129.0854
Yxy54.18110.42190.3762
Hunter Lab73.607818.530228.0976
CIE-Lab78.567223.104134.2413

#feb184 color RGB value is (254,177,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 10000100
Octal 376 261 204
Decimal 254 177 132
Hex FE B1 84

RGB Percentages of Color #feb184

%45.12
%31.44
%23.45

CMYK Percentages of Color #feb184

%0
%30
%48
%0

Triadic Colors of #feb184

#feb184 #84feb1 #b184fe

Analogous Colors of #feb184

#feb184 #feee84 #fe8494

Monochromatic Colors of #feb184

#feb184

Complementary Color

#feb184 #84d1fe

#feb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb184 Color CSS Codes

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

#feb184 Text Font Color

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

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


#feb184 Background Color

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

This div background color is #feb184


#feb184 Border Color

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

This div border color is #feb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb184


Comments

No comments written yet.

Please login to write comment.