Color Hex Logo

#feeece Color Hex

#FEEECE
(254,238,206)
0 Favorites   0 Comments

Color spaces of #feeece

RGB 254238206
HSL0.110.960.90
HSV40°19°100°
CMYK 0.000.060.19   0.00
XYZ82.588286.676170.7698
Yxy86.67610.34410.3611
Hunter Lab93.1000-4.579220.1008
CIE-Lab94.60070.395417.4464

#feeece color RGB value is (254,238,206).

#feeece hex color red value is 254, green value is 238 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #feeece hue: 0.11 , saturation: 0.96 and the lightness value of feeece is 0.90.

The process color (four color CMYK) of #feeece color hex is 0.00, 0.06, 0.19, 0.00. Web safe color of #feeece is #ffffcc. Color #feeece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 11001110
Octal 376 356 316
Decimal 254 238 206
Hex FE EE CE

RGB Percentages of Color #feeece

%36.39
%34.10
%29.51

CMYK Percentages of Color #feeece

%0
%6
%19
%0

Triadic Colors of #feeece

#feeece #cefeee #eecefe

Analogous Colors of #feeece

#feeece #f6fece #fed6ce

Monochromatic Colors of #feeece

#feeece

Complementary Color

#feeece #cedefe

#feeece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeece Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeece Color CSS Codes

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

#feeece Text Font Color

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

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


#feeece Background Color

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

This div background color is #feeece


#feeece Border Color

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

This div border color is #feeece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeece

#feeece Color Palettes


Comments

No comments written yet.

Please login to write comment.