Color Hex Logo

#fea7ba Color Hex

#FEA7BA
(254,167,186)
0 Favorites   0 Comments

Color spaces of #fea7ba

RGB 254167186
HSL0.960.980.83
HSV347°34°100°
CMYK 0.000.340.27   0.00
XYZ63.554752.253453.1906
Yxy52.25340.37610.3092
Hunter Lab72.286530.43686.9732
CIE-Lab77.432134.50183.5750

#fea7ba color RGB value is (254,167,186).

#fea7ba hex color red value is 254, green value is 167 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fea7ba hue: 0.96 , saturation: 0.98 and the lightness value of fea7ba is 0.83.

The process color (four color CMYK) of #fea7ba color hex is 0.00, 0.34, 0.27, 0.00. Web safe color of #fea7ba is #ff99cc. Color #fea7ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100111 10111010
Octal 376 247 272
Decimal 254 167 186
Hex FE A7 BA

RGB Percentages of Color #fea7ba

%41.85
%27.51
%30.64

CMYK Percentages of Color #fea7ba

%0
%34
%27
%0

Triadic Colors of #fea7ba

#fea7ba #bafea7 #a7bafe

Analogous Colors of #fea7ba

#fea7ba #fec0a7 #fea7e6

Monochromatic Colors of #fea7ba

#fea7ba

Complementary Color

#fea7ba #a7feeb

#fea7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea7ba Color CSS Codes

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

#fea7ba Text Font Color

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

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


#fea7ba Background Color

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

This div background color is #fea7ba


#fea7ba Border Color

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

This div border color is #fea7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea7ba


Comments

No comments written yet.

Please login to write comment.