Color Hex Logo

#fffecc Color Hex

#FFFECC
(255,254,204)
0 Favorites   0 Comments

Color spaces of #fffecc

RGB 255254204
HSL0.161.000.90
HSV59°20°100°
CMYK 0.000.000.20   0.00
XYZ87.580996.503371.1377
Yxy96.50330.34320.3781
Hunter Lab98.2361-12.774225.8304
CIE-Lab98.6319-7.553424.0970

#fffecc color RGB value is (255,254,204).

#fffecc hex color red value is 255, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fffecc hue: 0.16 , saturation: 1.00 and the lightness value of fffecc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111110 11001100
Octal 377 376 314
Decimal 255 254 204
Hex FF FE CC

RGB Percentages of Color #fffecc

%35.76
%35.62
%28.61

CMYK Percentages of Color #fffecc

%0
%0
%20
%0

Triadic Colors of #fffecc

#fffecc #ccfffe #feccff

Analogous Colors of #fffecc

#fffecc #e7ffcc #ffe5cc

Monochromatic Colors of #fffecc

#fffecc

Complementary Color

#fffecc #cccdff

#fffecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffecc Color CSS Codes

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

#fffecc Text Font Color

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

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


#fffecc Background Color

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

This div background color is #fffecc


#fffecc Border Color

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

This div border color is #fffecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffecc

Related Colors


Comments

No comments written yet.

Please login to write comment.