Color Hex Logo

#fec5ba Color Hex

#FEC5BA
(254,197,186)
0 Favorites   0 Comments

Color spaces of #fec5ba

RGB 254197186
HSL0.030.970.86
HSV10°27°100°
CMYK 0.000.220.27   0.00
XYZ69.702264.548555.2398
Yxy64.54850.36780.3406
Hunter Lab80.342114.262215.4742
CIE-Lab84.250518.777813.3335

#fec5ba color RGB value is (254,197,186).

#fec5ba hex color red value is 254, green value is 197 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fec5ba hue: 0.03 , saturation: 0.97 and the lightness value of fec5ba is 0.86.

The process color (four color CMYK) of #fec5ba color hex is 0.00, 0.22, 0.27, 0.00. Web safe color of #fec5ba is #ffcccc. Color #fec5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10111010
Octal 376 305 272
Decimal 254 197 186
Hex FE C5 BA

RGB Percentages of Color #fec5ba

%39.87
%30.93
%29.20

CMYK Percentages of Color #fec5ba

%0
%22
%27
%0

Triadic Colors of #fec5ba

#fec5ba #bafec5 #c5bafe

Analogous Colors of #fec5ba

#fec5ba #fee7ba #febad1

Monochromatic Colors of #fec5ba

#fec5ba

Complementary Color

#fec5ba #baf3fe

#fec5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec5ba Color CSS Codes

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

#fec5ba Text Font Color

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

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


#fec5ba Background Color

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

This div background color is #fec5ba


#fec5ba Border Color

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

This div border color is #fec5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec5ba


Comments

No comments written yet.

Please login to write comment.