Color Hex Logo

#fea185 Color Hex

#FEA185
(254,161,133)
0 Favorites   0 Comments

Color spaces of #fea185

RGB 254161133
HSL0.040.980.76
HSV14°48°100°
CMYK 0.000.370.48   0.00
XYZ57.851648.254028.4551
Yxy48.25400.42990.3586
Hunter Lab69.465127.093624.3385
CIE-Lab74.984931.560229.0020

#fea185 color RGB value is (254,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100001 10000101
Octal 376 241 205
Decimal 254 161 133
Hex FE A1 85

RGB Percentages of Color #fea185

%46.35
%29.38
%24.27

CMYK Percentages of Color #fea185

%0
%37
%48
%0

Triadic Colors of #fea185

#fea185 #85fea1 #a185fe

Analogous Colors of #fea185

#fea185 #fede85 #fe85a6

Monochromatic Colors of #fea185

#fea185

Complementary Color

#fea185 #85e2fe

#fea185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea185 Color CSS Codes

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

#fea185 Text Font Color

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

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


#fea185 Background Color

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

This div background color is #fea185


#fea185 Border Color

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

This div border color is #fea185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea185

Related Colors


Comments

No comments written yet.

Please login to write comment.