Color Hex Logo

#feeabc Color Hex

#FEEABC
(254,234,188)
0 Favorites   0 Comments

Color spaces of #feeabc

RGB 254234188
HSL0.120.970.87
HSV42°26°100°
CMYK 0.000.080.26   0.00
XYZ79.373083.547359.5198
Yxy83.54730.35680.3756
Hunter Lab91.4042-4.952725.3750
CIE-Lab93.2535-0.071624.8383

#feeabc color RGB value is (254,234,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10111100
Octal 376 352 274
Decimal 254 234 188
Hex FE EA BC

RGB Percentages of Color #feeabc

%37.57
%34.62
%27.81

CMYK Percentages of Color #feeabc

%0
%8
%26
%0

Triadic Colors of #feeabc

#feeabc #bcfeea #eabcfe

Analogous Colors of #feeabc

#feeabc #f1febc #fec9bc

Monochromatic Colors of #feeabc

#feeabc

Complementary Color

#feeabc #bcd0fe

#feeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeabc Color CSS Codes

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

#feeabc Text Font Color

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

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


#feeabc Background Color

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

This div background color is #feeabc


#feeabc Border Color

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

This div border color is #feeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeabc

Related Colors


Comments

No comments written yet.

Please login to write comment.