Color Hex Logo

#feeaca Color Hex

#FEEACA
(254,234,202)
0 Favorites   0 Comments

Color spaces of #feeaca

RGB 254234202
HSL0.100.960.89
HSV37°20°100°
CMYK 0.000.080.20   0.00
XYZ80.956584.180767.8588
Yxy84.18070.34750.3613
Hunter Lab91.7500-3.061420.3738
CIE-Lab93.52891.851918.0073

#feeaca color RGB value is (254,234,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11001010
Octal 376 352 312
Decimal 254 234 202
Hex FE EA CA

RGB Percentages of Color #feeaca

%36.81
%33.91
%29.28

CMYK Percentages of Color #feeaca

%0
%8
%20
%0

Triadic Colors of #feeaca

#feeaca #cafeea #eacafe

Analogous Colors of #feeaca

#feeaca #f8feca #fed0ca

Monochromatic Colors of #feeaca

#feeaca

Complementary Color

#feeaca #cadefe

#feeaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaca Color CSS Codes

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

#feeaca Text Font Color

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

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


#feeaca Background Color

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

This div background color is #feeaca


#feeaca Border Color

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

This div border color is #feeaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaca

Related Colors


Comments

No comments written yet.

Please login to write comment.