Color Hex Logo

#feb186 Color Hex

#FEB186
(254,177,134)
0 Favorites   0 Comments

Color spaces of #feb186

RGB 254177134
HSL0.060.980.76
HSV22°47°100°
CMYK 0.000.300.47   0.00
XYZ60.898354.236329.8132
Yxy54.23630.42010.3742
Hunter Lab73.645318.724827.5498
CIE-Lab78.599323.292333.2311

#feb186 color RGB value is (254,177,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 10000110
Octal 376 261 206
Decimal 254 177 134
Hex FE B1 86

RGB Percentages of Color #feb186

%44.96
%31.33
%23.72

CMYK Percentages of Color #feb186

%0
%30
%47
%0

Triadic Colors of #feb186

#feb186 #86feb1 #b186fe

Analogous Colors of #feb186

#feb186 #feed86 #fe8697

Monochromatic Colors of #feb186

#feb186

Complementary Color

#feb186 #86d3fe

#feb186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb186 Color CSS Codes

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

#feb186 Text Font Color

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

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


#feb186 Background Color

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

This div background color is #feb186


#feb186 Border Color

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

This div border color is #feb186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb186

Related Colors


Comments

No comments written yet.

Please login to write comment.