Color Hex Logo

#fec4ba Color Hex

#FEC4BA
(254,196,186)
0 Favorites   0 Comments

Color spaces of #fec4ba

RGB 254196186
HSL0.020.970.86
HSV27°100°
CMYK 0.000.230.27   0.00
XYZ69.475964.095955.1643
Yxy64.09590.36810.3396
Hunter Lab80.059914.797215.1889
CIE-Lab84.015719.301613.0013

#fec4ba color RGB value is (254,196,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10111010
Octal 376 304 272
Decimal 254 196 186
Hex FE C4 BA

RGB Percentages of Color #fec4ba

%39.94
%30.82
%29.25

CMYK Percentages of Color #fec4ba

%0
%23
%27
%0

Triadic Colors of #fec4ba

#fec4ba #bafec4 #c4bafe

Analogous Colors of #fec4ba

#fec4ba #fee6ba #febad2

Monochromatic Colors of #fec4ba

#fec4ba

Complementary Color

#fec4ba #baf4fe

#fec4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec4ba Color CSS Codes

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

#fec4ba Text Font Color

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

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


#fec4ba Background Color

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

This div background color is #fec4ba


#fec4ba Border Color

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

This div border color is #fec4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec4ba


Comments

No comments written yet.

Please login to write comment.