Color Hex Logo

#feeabe Color Hex

#FEEABE
(254,234,190)
0 Favorites   0 Comments

Color spaces of #feeabe

RGB 254234190
HSL0.110.970.87
HSV41°25°100°
CMYK 0.000.080.25   0.00
XYZ79.590183.634260.6634
Yxy83.63420.35550.3736
Hunter Lab91.4517-4.692724.6869
CIE-Lab93.29140.194123.8628

#feeabe color RGB value is (254,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10111110
Octal 376 352 276
Decimal 254 234 190
Hex FE EA BE

RGB Percentages of Color #feeabe

%37.46
%34.51
%28.02

CMYK Percentages of Color #feeabe

%0
%8
%25
%0

Triadic Colors of #feeabe

#feeabe #befeea #eabefe

Analogous Colors of #feeabe

#feeabe #f2febe #fecabe

Monochromatic Colors of #feeabe

#feeabe

Complementary Color

#feeabe #bed2fe

#feeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeabe Color CSS Codes

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

#feeabe Text Font Color

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

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


#feeabe Background Color

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

This div background color is #feeabe


#feeabe Border Color

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

This div border color is #feeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeabe

Related Colors


Comments

No comments written yet.

Please login to write comment.