Color Hex Logo

#fefaea Color Hex

#FEFAEA
(254,250,234)
0 Favorites   0 Comments

Color spaces of #fefaea

RGB 254250234
HSL0.130.910.96
HSV48°100°
CMYK 0.000.020.08   0.00
XYZ89.909995.382691.5138
Yxy95.38260.32480.3446
Hunter Lab97.6640-6.584212.8085
CIE-Lab98.1864-1.35818.1295

#fefaea color RGB value is (254,250,234).

#fefaea hex color red value is 254, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fefaea hue: 0.13 , saturation: 0.91 and the lightness value of fefaea is 0.96.

The process color (four color CMYK) of #fefaea color hex is 0.00, 0.02, 0.08, 0.00. Web safe color of #fefaea is #ffffff. Color #fefaea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11101010
Octal 376 372 352
Decimal 254 250 234
Hex FE FA EA

RGB Percentages of Color #fefaea

%34.42
%33.88
%31.71

CMYK Percentages of Color #fefaea

%0
%2
%8
%0

Triadic Colors of #fefaea

#fefaea #eafefa #faeafe

Analogous Colors of #fefaea

#fefaea #f8feea #fef0ea

Monochromatic Colors of #fefaea

#fefaea

Complementary Color

#fefaea #eaeefe

#fefaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaea Color CSS Codes

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

#fefaea Text Font Color

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

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


#fefaea Background Color

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

This div background color is #fefaea


#fefaea Border Color

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

This div border color is #fefaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaea

Related Colors


Comments

No comments written yet.

Please login to write comment.