Color Hex Logo

#feeaba Color Hex

#FEEABA
(254,234,186)
0 Favorites   0 Comments

Color spaces of #feeaba

RGB 254234186
HSL0.120.970.86
HSV42°27°100°
CMYK 0.000.080.27   0.00
XYZ79.158883.461658.3920
Yxy83.46160.35820.3776
Hunter Lab91.3573-5.209626.0543
CIE-Lab93.2162-0.334425.8133

#feeaba color RGB value is (254,234,186).

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

The process color (four color CMYK) of #feeaba color hex is 0.00, 0.08, 0.27, 0.00. Web safe color of #feeaba is #ffffcc. Color #feeaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10111010
Octal 376 352 272
Decimal 254 234 186
Hex FE EA BA

RGB Percentages of Color #feeaba

%37.69
%34.72
%27.60

CMYK Percentages of Color #feeaba

%0
%8
%27
%0

Triadic Colors of #feeaba

#feeaba #bafeea #eabafe

Analogous Colors of #feeaba

#feeaba #f0feba #fec8ba

Monochromatic Colors of #feeaba

#feeaba

Complementary Color

#feeaba #bacefe

#feeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaba Color CSS Codes

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

#feeaba Text Font Color

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

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


#feeaba Background Color

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

This div background color is #feeaba


#feeaba Border Color

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

This div border color is #feeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaba


Comments

No comments written yet.

Please login to write comment.